]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-cfg_sanitize.rs
Rollup merge of #94452 - workingjubilee:sync-simd-bitmasks, r=workingjubilee
[rust.git] / src / test / ui / feature-gates / feature-gate-cfg_sanitize.rs
1 #[cfg(not(sanitize = "thread"))]
2 //~^ `cfg(sanitize)` is experimental
3 fn main() {}