rust/compiler/rustc_mir_transform
Tomasz Miąsko d5a91f3114 Use IndexVec::indices instead of reimplementing it
The change is limited to the iteration over indices instead of using
`basic_blocks_mut()` directly, in the case the previous implementation
intentionally avoided invalidating the caches stored in MIR body.
2021-11-20 10:12:05 +01:00
..
src Use IndexVec::indices instead of reimplementing it 2021-11-20 10:12:05 +01:00
Cargo.toml Remove re-export. 2021-10-03 16:08:54 +02:00