Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dstmt.rs162 let stmt = parse_stmt(input, AllowNoSemi(true))?; in parse_within()
196 parse_stmt(input, allow_nosemi) in parse()
200 fn parse_stmt(input: ParseStream, allow_nosemi: AllowNoSemi) -> Result<Stmt> { in parse_stmt() function