about summary refs log tree commit diff
path: root/library/std/src/sys/unix/mod.rs
diff options
context:
space:
mode:
authorAaron Hill <aa1ronham@gmail.com>2022-05-09 22:27:47 -0400
committerAaron Hill <aa1ronham@gmail.com>2022-05-09 22:29:46 -0400
commitaa0cc9c1e24bc383996e65ef612f02ffa181bf39 (patch)
tree0460ced80ccb1623096dad7adfc4ecfee080b075 /library/std/src/sys/unix/mod.rs
parentcb121987158d69bb894ba1bcc21dc45d1e0a488f (diff)
downloadrust-aa0cc9c1e24bc383996e65ef612f02ffa181bf39.tar.gz
rust-aa0cc9c1e24bc383996e65ef612f02ffa181bf39.zip
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 'library/std/src/sys/unix/mod.rs')
0 files changed, 0 insertions, 0 deletions