Lines Matching defs:tokens
13 let tokens = quote!(..100u32); in test_expr_parse() localVariable
23 let tokens = quote!(..100u32); in test_expr_parse() localVariable
37 let tokens = quote!(fut.await); in test_await() localVariable
105 let tokens = quote!(#path()); in test_macro_variable_func() localVariable
124 let tokens = quote!(#[outside] #path()); in test_macro_variable_func() localVariable
171 let tokens = quote!(#mac!()); in test_macro_variable_macro() localVariable
194 let tokens = quote!(#s {}); in test_macro_variable_struct() localVariable
213 let tokens = quote!(#inner.method()); in test_macro_variable_unary() localVariable
238 let tokens = quote!(match v { _ => #expr }); in test_macro_variable_match_arm() localVariable
275 let tokens = quote!(match v { _ => #expr }); in test_macro_variable_match_arm() localVariable
313 let tokens = quote!(|| .. .method()); in test_closure_vs_rangefull() localVariable
384 let tokens = quote!(if #path {}); in test_extended_interpolated_path() localVariable
408 let tokens = quote!(#path {}); in test_extended_interpolated_path() localVariable
425 let tokens = quote!(#path :: c); in test_extended_interpolated_path() localVariable
447 let tokens = quote!(if #nested && false {}); in test_extended_interpolated_path() localVariable