rust/compiler/rustc_borrowck
Guillaume Gomez 5c0012b953
Rollup merge of #122468 - beepster4096:borrowck_prefixes_cleanup, r=Nadrieril
Cleanup `MirBorrowckCtxt::prefixes`

Some of the uses of this method aren't necessary anymore and `PrefixSet::Supporting` is not used anywhere.

With `PrefixSet::Supporting` removed, this could technically be moved to an extension trait on `PlaceRef`. However, it would have to be moved back to `MirBorrowckCtxt` when the `Derefer` MIR pass is moved before borrowck so I didn't.
2024-03-15 17:24:07 +01:00
..
src Rollup merge of #122468 - beepster4096:borrowck_prefixes_cleanup, r=Nadrieril 2024-03-15 17:24:07 +01:00
Cargo.toml bump itertools to 0.12 2024-03-08 12:34:05 +03:00
messages.ftl require simd_insert, simd_extract indices to be constants 2024-02-20 07:50:46 +01:00