]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-sanitizer-runtime.rs
Rollup merge of #57229 - mikeyhew:fix-56806, r=varkor
[rust.git] / src / test / ui / feature-gates / feature-gate-sanitizer-runtime.rs
1 #![sanitizer_runtime] //~ ERROR the `#[sanitizer_runtime]` attribute is
2
3 fn main() {}