mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
5986dd878f
Enable ASan, TSan, UBSan for aarch64-apple-darwin. I confirmed ASan, TSan, UBSan all work for me locally with `clang` on my new Macbook Air. ~This requires https://github.com/rust-lang/llvm-project/pull/86~