Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dlit.rs878 let lit_bool = LitBool { in parse() localVariable
882 return Ok((Lit::Bool(lit_bool), rest)); in parse()