Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Ditem.rs1854 let has_body = input.peek(token::Brace); in parse() localVariable
1855 let semi_token: Option<Token![;]> = if has_body { in parse()
1864 if has_safe || has_body { in parse()