about summary refs log tree commit diff
path: root/tests/ui/feature-gates/feature-gate-cfg_sanitize.rs
blob: 0933f43e76b6ea0fef14b3b53a08c63cc71a0fc5 (plain)
1
2
3
#[cfg(not(sanitize = "thread"))]
//~^ ERROR `cfg(sanitize)` is experimental
fn main() {}