rustc/tests/ui/feature-gates/feature-gate-cfg_sanitize.rs
2023-08-02 10:33:26 +02:00

4 lines
83 B
Rust

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