Function rustc::middle::trans::base::compare_scalar_types[src]
pub fn compare_scalar_types<'a>(cx: &'a Block<'a>, lhs: ValueRef, rhs: ValueRef, t: t, op: BinOp) -> Result<'a>
pub fn compare_scalar_types<'a>(cx: &'a Block<'a>, lhs: ValueRef, rhs: ValueRef, t: t, op: BinOp) -> Result<'a>
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).