rust/compiler/rustc_borrowck
Rémy Rakic 2554f8f74d use MixedBitSet for borrows-in-scope computation
Some code can have a few thousand loans, and this bitset is better
suited to these somewhat sparse cases.

That includes a couple of rustc-perf benchmarks.
2025-06-13 18:01:32 +00:00
..