mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
be9cfb307e
Remove the unused StableSet and StableMap types from rustc_data_structures.
The current implementation is not "stable" in the same sense that `HashStable` and `StableHasher` are stable, i.e. across compilation sessions. So, in my opinion, it's better to remove those types (which are basically unused anyway) than to give the wrong impression that these are safe for incr. comp.
I plan to provide new "stable" collection types soon that can be used to replace `FxHashMap` and `FxHashSet` in query results (see [draft](
|
||
---|---|---|
.. | ||
src | ||
Cargo.toml |