Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
sanitizer
/
crt-static.rs
blob: b8bdf28351c3d2f0afa06f5940114a9fbf0b17e3 [
file
] [
log
] [
blame
]
//@ compile-flags: -Z sanitizer=address -C target-feature=+crt-static --target x86_64-unknown-linux-gnu
//@ needs-llvm-components: x86
#![
feature
(
no_core
)]
#![
no_core
]
#![
no_main
]
//~? ERROR sanitizer is incompatible with statically linked libc