mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
9 lines
247 B
Rust
9 lines
247 B
Rust
//@ compile-flags: -Z sanitizer=address -Z sanitizer=memory --target x86_64-unknown-linux-gnu
|
|
//@ needs-llvm-components: x86
|
|
|
|
#![feature(no_core)]
|
|
#![no_core]
|
|
#![no_main]
|
|
|
|
//~? ERROR `-Zsanitizer=address` is incompatible with `-Zsanitizer=memory`
|