rust/library/alloc
Matthias Krüger cd4ce66e50
Rollup merge of #147035 - joboet:extract_if_debug, r=tgross35
alloc: fix `Debug` implementation of `ExtractIf`

I noticed this while reviewing rust-lang/rust#141032. Calling `get` on the inner `Vec` never returns `Some` as the `Vec`'s length is temporarily set to zero while the `ExtractIf` exists.
2025-11-20 11:15:50 +01:00
..
src Rollup merge of #147035 - joboet:extract_if_debug, r=tgross35 2025-11-20 11:15:50 +01:00
Cargo.toml Add panic=immediate-abort 2025-09-21 13:12:18 -04:00