Home
last modified time | relevance | path

Searched refs:can_begin_expr (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dexpr.rs1170 fn can_begin_expr(input: ParseStream) -> bool { in can_begin_expr() functions
2373 if can_begin_expr(input) { in parse()
2586 let expr = if can_begin_expr(input) && (allow_struct.0 || !input.peek(token::Brace)) { in expr_break()
2607 if can_begin_expr(input) { in expr_return()

Completed in 5 milliseconds