rust/compiler/rustc_mir_build/src
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
..
build Use FxIndexSet to avoid sorting fake borrows 2022-05-09 22:29:46 -04:00
thir Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors 2022-05-07 06:30:29 +00:00
check_unsafety.rs review 2022-05-09 18:40:18 +02:00
lib.rs Rollup merge of #96628 - joshtriplett:stabilize-then-some, r=m-ou-se 2022-05-05 10:20:35 +09:00
lints.rs Check the number of arguments first in is_recursive_call 2022-01-29 23:00:54 +01:00