Function rustc_typeck::middle::ty::mk_ctxtExperimental [-]  [+] [src]

pub fn mk_ctxt(s: Session, arenas: &'tcx CtxtArenas<'tcx>, dm: RefCell<HashMap<u32, Def, FnvHasher>>, named_region_map: HashMap<u32, DefRegion, FnvHasher>, map: Map<'tcx>, freevars: RefCell<HashMap<u32, Vec<Freevar>, FnvHasher>>, capture_modes: RefCell<HashMap<u32, CaptureClause, FnvHasher>>, region_maps: RegionMaps, lang_items: LanguageItems, stability: Index) -> ctxt<'tcx>