When running the rustc test suite on AArch64, the codegen/sanitizer-no-sanitize.rs fails with the following message:
error: AddressSanitizer only works with the `x86_64-unknown-linux-gnu` or `x86_64-apple-darwin` or `x86_64-fuchsia` or `aarch64-fuchsia` target
When running the rustc test suite on AArch64, the
codegen/sanitizer-no-sanitize.rsfails with the following message: