Lines Matching defs:tokens
28 let tokens = TokenStream::from_iter([ in test_macro_variable_type() localVariable
61 let tokens = TokenStream::from_iter([ in test_macro_variable_type() localVariable
100 let tokens = TokenStream::from_iter([ in test_group_angle_brackets() localVariable
151 let tokens = TokenStream::from_iter([ in test_group_colons() localVariable
187 let tokens = TokenStream::from_iter([ in test_group_colons() localVariable
224 let tokens = quote!(dyn for<'a> Trait<'a> + 'static); in test_trait_object() localVariable
262 let tokens = quote!(dyn 'a + Trait); in test_trait_object() localVariable
292 let tokens = quote!(impl Trait +); in test_trailing_plus() localVariable
311 let tokens = quote!(dyn Trait +); in test_trailing_plus() localVariable
331 let tokens = quote!(Trait +); in test_trailing_plus() localVariable
405 let tokens = quote! { in test_impl_trait_use() localVariable