Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dexpr.rs1616 let inner_attrs = e.replace_attrs(Vec::new()); in trailer_expr() localVariable
1617 attrs.extend(inner_attrs); in trailer_expr()
2671 let inner_attrs = content.call(Attribute::parse_inner)?; in parse() localVariable
2675 attrs: inner_attrs, in parse()
2842 let inner_attrs = content.call(Attribute::parse_inner)?; in parse() localVariable
2846 attrs: inner_attrs, in parse()