rustc_trans::util::nodemap::DefIdMap
[−]
[src]
type DefIdMap<T> = HashMap<DefId, T, BuildHasherDefault<FnvHasher>>;
Unstable (
rustc_private
)