rust/compiler
Aaron Hill aa0cc9c1e2
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-09 22:29:46 -04:00
..
2022-05-02 17:40:30 -07:00
2022-05-04 13:22:08 +02:00
2022-05-02 17:40:30 -07:00