[][src]Module rustc_ap_rustc_data_structures::stable_set

Structs

StableSet

A deterministic wrapper around FxHashSet that does not provide iteration support.

Type Definitions

FxHashSet

Type alias for a hashmap using the fx hash algorithm.