Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dstmt.rs217 return stmt_mac(input, attrs, path).map(Stmt::Macro); in parse_stmt()
268 fn stmt_mac(input: ParseStream, attrs: Vec<Attribute>, path: Path) -> Result<StmtMacro> { in stmt_mac() function