Update AsanBacktrace documentation (#2377)
* Add AsanBacktrace documentation * Update stacktrace.rs
This commit is contained in:
parent
949a25a29a
commit
3bebbe0dac
@ -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>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user