Function rustc::middle::trans::intrinsic::check_intrinsics[src]
pub fn check_intrinsics(ccx: &CrateContext)
Performs late verification that intrinsics are used correctly. At present,
the only intrinsic that needs such verification is transmute.
pub fn check_intrinsics(ccx: &CrateContext)
Performs late verification that intrinsics are used correctly. At present,
the only intrinsic that needs such verification is transmute.
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).