]> git.lizzy.rs Git - rust.git/blob - src/test/ui/sanitize/unsupported-target.rs
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[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]