mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 00:48:05 +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