[−][src]Module rustc_data_structures::stable_set
⚙️ This is an internal compiler API. (rustc_private
)
This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml
.
Structs
StableSet | Internal A deterministic wrapper around FxHashSet that does not provide iteration support. |
Type Definitions
FxHashSet | Internal Type alias for a hashmap using the |