Update AsanBacktrace documentation (#2377)

* Add AsanBacktrace documentation

* Update stacktrace.rs
This commit is contained in:
Max Ammann 2024-08-05 21:10:46 +01:00 committed by GitHub
parent 949a25a29a
commit 3bebbe0dac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -267,7 +267,7 @@ pub fn get_asan_runtime_flags() -> String {
flags.join(":")
}
/// An observer looking at the backtrace of target command using ASAN output
/// An observer looking at the backtrace of target command using ASAN output. This observer is only compatible with a `ForkserverExecutor`.
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct AsanBacktraceObserver {
observer_name: Cow<'static, str>,