Type Definition UpvarListMap
rustc_middle::ty
type UpvarListMap = FxHashMap<DefId, FxIndexMap<HirId, UpvarId>>;