rust/library/alloctests
Matthias Krüger f104ae4252
Rollup merge of #145113 - petrochenkov:lessfinalize, r=lcnr
resolve: Do not finalize shadowed bindings

I.e. do not mark them as used, or non-speculatively loaded, or similar.
Previously they were sometimes finalized during early resolution, causing issues like https://github.com/rust-lang/rust/pull/144793#issuecomment-3168108005.
2025-09-26 18:11:08 +02:00
..
benches Stabilize BTree{Map,Set}::extract_if 2025-08-27 11:34:31 -07:00
testing Rollup merge of #142668 - hkBst:less-static-mut, r=tgross35 2025-06-20 02:50:39 -04:00
tests Rollup merge of #145113 - petrochenkov:lessfinalize, r=lcnr 2025-09-26 18:11:08 +02:00
Cargo.toml Remove more library bootstrap 2025-06-02 14:46:19 -07:00
lib.rs Constify conversion traits 2025-09-01 21:38:26 -04:00