Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dstmt.rs173 stmt_local(input, attrs, begin) in parse_stmt()
230 fn stmt_local(input: ParseStream, attrs: Vec<Attribute>, begin: ParseBuffer) -> Result<Stmt> { in stmt_local() function