Struct rustc_typeck::metadata::tyencode::ctxtUnstable [-] [+] [src]

pub struct ctxt<'a, 'tcx> where 'tcx: 'a {
    pub diag: &'a SpanHandler,
    pub ds: fn(DefId) -> String,
    pub tcx: &'a ctxt<'tcx>,
    pub abbrevs: &'a RefCell<HashMap<&'tcx TyS<'tcx>, ty_abbrev, DefaultState<FnvHasher>>>,
}

Fields

diag
ds
tcx
abbrevs