Closed
Description
I am filing this issue because this project's tests failed in the crater runs for Rust 1.82: rust-lang/rust#130579, you can reproduce this failure with cargo +beta test or cargo +nightly test.
There is some interesting wording in the failing test:
Lines 1600 to 1603 in 7573a54
You cannot rely on the underlying allocator to fail in this scenario. Even if the allocator does fail, the execution encounters UB before the abort due to allocation failure, so it is technically wrong to rely on the allocator failing.
Metadata
Metadata
Assignees
Labels
No labels