Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dprecedence.rs95 fn prefix_attrs(attrs: &[Attribute]) -> Precedence { in of() function
108 ReturnType::Type(..) => prefix_attrs(&e.attrs), in of()
153 | Expr::While(ExprWhile { attrs, .. }) => prefix_attrs(attrs), in of()