Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
H A Dexpr.rs1364 fn expr_attrs(input: ParseStream) -> Result<Vec<Attribute>> { in expr_attrs() functions
1379 let attrs = input.call(expr_attrs)?; in unary_expr()
1962 let mut attrs = input.call(expr_attrs)?;

Completed in 5 milliseconds