Function rustc::middle::trans::base::with_cond[src]
pub fn with_cond<'a>(bcx: &'a Block<'a>, val: ValueRef, f: |&'a Block<'a>| -> &'a Block<'a>) -> &'a Block<'a>
pub fn with_cond<'a>(bcx: &'a Block<'a>, val: ValueRef, f: |&'a Block<'a>| -> &'a Block<'a>) -> &'a Block<'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).