Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dpat.rs485 let at_token: Token![@] = input.parse()?; in pat_ident() localVariable
487 Some((at_token, Box::new(subpat))) in pat_ident()
828 if let Some((at_token, subpat)) = &self.subpat { in to_tokens()
829 at_token.to_tokens(tokens); in to_tokens()