mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
1ce06013fb
Require sanitizers be enabled for asan_odr_windows.rs Issue Details: The `asan_odr_windows.rs` test is failing on AArch64 Windows, as sanitizers aren't supported on that platform. Fix Details: Apply the correct "need sanitizer" requirements to the test.