Lines Matching +full:github +full:- +full:token
9 use syn::{parse_quote, token, Expr, ExprRange, ExprTuple, Stmt, Token};
103 // mimics the token stream corresponding to `$fn()` in test_macro_variable_func()
169 // mimics the token stream corresponding to `$macro!()` in test_macro_variable_macro()
192 // mimics the token stream corresponding to `$struct {}` in test_macro_variable_struct()
211 // mimics the token stream corresponding to `$expr.method()` where expr is `&self` in test_macro_variable_unary()
236 // mimics the token stream corresponding to `match v { _ => $expr }` in test_macro_variable_match_arm()
309 // https://github.com/dtolnay/syn/issues/1019
312 #[rustfmt::skip] // rustfmt bug: https://github.com/rust-lang/rustfmt/issues/4808 in test_closure_vs_rangefull()
371 // Parentheses required. See https://github.com/rust-lang/rust/pull/87026. in test_ambiguous_label()
394 Token![::], in test_extended_interpolated_path()
416 Token![::], in test_extended_interpolated_path()
433 Token![::], in test_extended_interpolated_path()
437 Token![::], in test_extended_interpolated_path()
459 Token![::], in test_extended_interpolated_path()
492 paren_token: token::Paren::default(), in test_tuple_comma()
503 Token![,], in test_tuple_comma()
508 expr.elems.push_punct(<Token![,]>::default()); in test_tuple_comma()
513 Token![,], in test_tuple_comma()
523 Token![,], in test_tuple_comma()
529 expr.elems.push_punct(<Token![,]>::default()); in test_tuple_comma()
534 Token![,], in test_tuple_comma()
536 Token![,], in test_tuple_comma()