Lines Matching refs:impl_token
179 macro_rules! impl_token {
200 impl_token!("lifetime" Lifetime);
201 impl_token!("literal" Lit);
202 impl_token!("string literal" LitStr);
203 impl_token!("byte string literal" LitByteStr);
204 impl_token!("byte literal" LitByte);
205 impl_token!("character literal" LitChar);
206 impl_token!("integer literal" LitInt);
207 impl_token!("floating point literal" LitFloat);
208 impl_token!("boolean literal" LitBool);
209 impl_token!("group token" proc_macro2::Group);