Type Definition rustc_middle::ty::UpvarListMap[][src]

pub type UpvarListMap = FxHashMap<DefId, FxIndexMap<HirId, UpvarId>>;