]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/sanitizer-invalid-target/Makefile
Do not show `::constructor` on tuple struct diagnostics
[rust.git] / src / test / run-make / sanitizer-invalid-target / Makefile
1 -include ../tools.mk
2
3 all:
4         $(RUSTC) -Z sanitizer=leak --target i686-unknown-linux-gnu hello.rs 2>&1 | grep -q 'Sanitizers only work with the `x86_64-unknown-linux-gnu` target'