about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-05-11 04:09:45 +0000
committerbors <bors@rust-lang.org>2022-05-11 04:09:45 +0000
commitb862b438dbffb959ef4e9643148ecd05b8da4d8a (patch)
tree41b95e1702a46117e8067953f5f9d920db064516 /compiler/rustc_mir_transform/src
parent532be942ddf8f40d086e54d157453434b16e9647 (diff)
parentaa0cc9c1e24bc383996e65ef612f02ffa181bf39 (diff)
downloadrust-b862b438dbffb959ef4e9643148ecd05b8da4d8a.tar.gz
rust-b862b438dbffb959ef4e9643148ecd05b8da4d8a.zip
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)
Diffstat (limited to 'compiler/rustc_mir_transform/src')
0 files changed, 0 insertions, 0 deletions