Struct rustc::metadata::tyencode::ctxt[src]

pub struct ctxt<'a> {
    pub diag: &'a SpanHandler,
    pub ds: fn(DefId) -> String,
    pub tcx: &'a ctxt,
    pub abbrevs: &'a abbrev_map,
}

Fields

diag
ds
tcx
abbrevs