rust/tests/ui/feature-gates/feature-gate-cfg_sanitize.rs
2023-01-11 09:32:08 +00:00

4 lines
83 B
Rust

#[cfg(not(sanitize = "thread"))]
//~^ `cfg(sanitize)` is experimental
fn main() {}