Lines Matching defs:tokens
12 let tokens = TokenStream::from_iter(vec![ in test_macro_variable_attr() localVariable
53 let tokens = quote! { in test_negative_impl() localVariable
66 let tokens = quote! { in test_negative_impl() localVariable
78 let tokens = quote! { in test_negative_impl() localVariable
111 let tokens = quote! { in test_negative_impl() localVariable
125 let tokens = TokenStream::from_iter(vec![ in test_macro_variable_impl() localVariable
168 let tokens = quote!(trait Trait where {}); in test_supertraits() localVariable
180 let tokens = quote!(trait Trait: where {}); in test_supertraits() localVariable
193 let tokens = quote!(trait Trait: Sized where {}); in test_supertraits() localVariable
219 let tokens = quote!(trait Trait: Sized + where {}); in test_supertraits() localVariable
248 let tokens = quote! { in test_type_empty_bounds() localVariable