Struct rustc::middle::typeck::check::_match::pat_ctxt[src]
pub struct pat_ctxt<'a> {
pub fcx: &'a FnCtxt<'a>,
pub map: PatIdMap,
}Fields
fcx | |
map |
pub struct pat_ctxt<'a> {
pub fcx: &'a FnCtxt<'a>,
pub map: PatIdMap,
}fcx | |
map |
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).