Searched refs:stmt_local (Results 1 – 1 of 1) sorted by relevance
223 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