Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dtoken.rs165 macro_rules! impl_low_level_token { macro
183 impl_low_level_token!("punctuation token" Punct punct);
184 impl_low_level_token!("literal" Literal literal);
185 impl_low_level_token!("token" TokenTree token_tree);
186 impl_low_level_token!("group token" proc_macro2::Group any_group);
187 impl_low_level_token!("lifetime" Lifetime lifetime);