rust/compiler/rustc_mir_build
bors b862b438db Auto merge of #96888 - Aaron1011:fake-borrow-no-sort, r=petrochenkov
Use `FxIndexSet` to avoid sorting fake borrows

This fixes #96449, but I haven't yet been able to
make the reproducer work using `#[cfg]` attributes,
so we can't use the 'revision' infra to write a test

The previous implementation relied on sorting by `PlaceRef`.
This requires sorting by a `DefId`, which uses untracked state
(see #93315)
2022-05-11 04:09:45 +00:00
..
src Auto merge of #96888 - Aaron1011:fake-borrow-no-sort, r=petrochenkov 2022-05-11 04:09:45 +00:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00