mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
8d374b1f2a
The bad-alloc installer was incorrectly asserting that the other handler isn't set yet, instead of checking its own, but we can avoid that by changing the order we install them. Ref: https://github.com/llvm/llvm-project/issues/83040