Function rustc::middle::ty::normalize_ty[src]
pub fn normalize_ty(cx: &ctxt, t: t) -> t
Returns an equivalent type with all the typedefs and self regions removed.
pub fn normalize_ty(cx: &ctxt, t: t) -> t
Returns an equivalent type with all the typedefs and self regions removed.
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).