about summary refs log tree commit diff
path: root/tests/ui/sanitizer/incompatible.rs
blob: c706a5a2e4e7be6958b1259da47ede9cc560e842 (plain)
1
2
3
4
5
6
7
8
//@ 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`