rustc::infer::SkolemizationMap [] [src]

type SkolemizationMap = FnvHashMap<BoundRegionRegion>;
Unstable (rustc_private)

A map returned by skolemize_late_bound_regions() indicating the skolemized region that each late-bound region was replaced with.