Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
H A Dexpr.rs1041 ambiguous_expr( in parse()
1133 ambiguous_expr(input, AllowStruct(false)) in parse_without_eager_brace()
1345 fn ambiguous_expr( in ambiguous_expr() functions
2420 let body = ambiguous_expr(input, allow_struct)?; in expr_closure()
2575 let _ = ambiguous_expr(input, allow_struct)?; in expr_break()
2587 let expr = ambiguous_expr(input, allow_struct)?; in expr_break()
2613 let expr = ambiguous_expr(input, allow_struct)?; in expr_return()
2755 let to = ambiguous_expr(input, allow_struct)?; in expr_range()

Completed in 5 milliseconds