Function rustc::util::common::loop_query[src]
pub fn loop_query(b: &Block, p: |&Expr_| -> bool) -> bool
pub fn loop_query(b: &Block, p: |&Expr_| -> bool) -> bool
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).