]> git.lizzy.rs Git - rust.git/blob - src/test/ui/sanitize/unsupported-target.rs
Rollup merge of #103439 - Nilstrieb:help-me-with-my-macro, r=estebank
[rust.git] / src / test / ui / sanitize / unsupported-target.rs
1 // compile-flags: -Z sanitizer=leak --target i686-unknown-linux-gnu
2 // needs-llvm-components: x86
3 // error-pattern: error: leak sanitizer is not supported for this target
4 #![feature(no_core)]
5 #![no_core]
6 #![no_main]