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 |
pub struct ctxt<'a> {
pub diag: &'a SpanHandler,
pub ds: fn(DefId) -> String,
pub tcx: &'a ctxt,
pub abbrevs: &'a abbrev_map,
}diag | |
ds | |
tcx | |
abbrevs |
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).