Module syntax::parse::classify[src]
Routines the parser uses to classify AST nodes
Functions
| expr_is_simple_block | |
| expr_requires_semi_to_be_stmt | |
| stmt_ends_with_semi |
Routines the parser uses to classify AST nodes
| expr_is_simple_block | |
| expr_requires_semi_to_be_stmt | |
| stmt_ends_with_semi |
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).