mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-09 21:58:00 +00:00

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