Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
sanitizer
/
unsupported-target.rs
blob: 0776c769e07965923426127fcc9cf59f1be232a6 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -Z sanitizer=leak --target i686-unknown-linux-gnu
//@ needs-llvm-components: x86
//@ ignore-backends: gcc
#![
feature
(
no_core
)]
#![
no_core
]
#![
no_main
]
//~? ERROR leak sanitizer is not supported for this target