summaryrefslogtreecommitdiff
path: root/tests/ui/str/str-escape.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-03-08 06:07:11 +0000
committerbors <bors@rust-lang.org>2023-03-08 06:07:11 +0000
commit9b60e6c68ff0aabad9a0edd71898466886dbf6bb (patch)
treefba306d7556866ebf4c1a1504a59be89e92f1030 /tests/ui/str/str-escape.rs
parent38b96553112dce3de630890701f17d86e265f6ba (diff)
parentb79f0261f87ff38de6fee6a6f6ce9915a8f0e6b4 (diff)
Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk
Do not implement HashStable for HashSet (MCP 533) This PR removes all occurrences of `HashSet` in query results, replacing it either with `FxIndexSet` or with `UnordSet`, and then removes the `HashStable` implementation of `HashSet`. This is part of implementing [MCP 533](https://github.com/rust-lang/compiler-team/issues/533), that is, removing the `HashStable` implementations of all collection types with unstable iteration order. The changes are mostly mechanical. The only place where additional sorting is happening is in Miri's override implementation of the `exported_symbols` query.
Diffstat (limited to 'tests/ui/str/str-escape.rs')
0 files changed, 0 insertions, 0 deletions