Module rustc_ap_rustc_data_structures::stable_map[][src]

Structs

StableMap

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

Type Definitions

FxHashMap

Type alias for a hashmap using the fx hash algorithm.