rustc_trans::middle::pat_util::PatIdMapExperimental
[-]
[+]
[src]
type PatIdMap = HashMap<Ident, u32, FnvHasher>;
type PatIdMap = HashMap<Ident, u32, FnvHasher>;
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, enum,
trait, typedef (or
tdef).