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