Home
last modified time | relevance | path

Searched refs:expr_let (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dexpr.rs1840 expr_let(input, allow_struct).map(Expr::Let) in atom_expr()
2210 expr_let(input, allow_struct) in parse()
2215 fn expr_let(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprLet> { in expr_let() function