Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dstmt.rs223 stmt_local(input, attrs).map(Stmt::Local) in parse_stmt()
285 fn stmt_local(input: ParseStream, attrs: Vec<Attribute>) -> Result<Local> { in stmt_local() function