Skip to content

Commit 1353d60

Browse files
committed
Update test suite to nightly-2025-04-08
1 parent 3980ff2 commit 1353d60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/common/eq.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ spanless_eq_struct!(Item<K>; attrs id span vis kind !tokens);
520520
spanless_eq_struct!(Label; ident);
521521
spanless_eq_struct!(Lifetime; id ident);
522522
spanless_eq_struct!(Lit; kind symbol suffix);
523-
spanless_eq_struct!(Local; id pat ty kind span colon_sp attrs !tokens);
523+
spanless_eq_struct!(Local; id super_ pat ty kind span colon_sp attrs !tokens);
524524
spanless_eq_struct!(MacCall; path args);
525525
spanless_eq_struct!(MacCallStmt; mac style attrs tokens);
526526
spanless_eq_struct!(MacroDef; body macro_rules);
@@ -656,9 +656,9 @@ spanless_eq_enum!(ItemKind; ExternCrate(0 1) Use(0) Static(0) Const(0) Fn(0)
656656
Delegation(0) DelegationMac(0));
657657
spanless_eq_enum!(LitKind; Str(0 1) ByteStr(0 1) CStr(0 1) Byte(0) Char(0)
658658
Int(0 1) Float(0 1) Bool(0) Err(0));
659-
spanless_eq_enum!(PatKind; Wild Ident(0 1 2) Struct(0 1 2 3) TupleStruct(0 1 2)
660-
Or(0) Path(0 1) Tuple(0) Box(0) Deref(0) Ref(0 1) Expr(0) Range(0 1 2)
661-
Slice(0) Rest Never Guard(0 1) Paren(0) MacCall(0) Err(0));
659+
spanless_eq_enum!(PatKind; Missing Wild Ident(0 1 2) Struct(0 1 2 3)
660+
TupleStruct(0 1 2) Or(0) Path(0 1) Tuple(0) Box(0) Deref(0) Ref(0 1) Expr(0)
661+
Range(0 1 2) Slice(0) Rest Never Guard(0 1) Paren(0) MacCall(0) Err(0));
662662
spanless_eq_enum!(TyKind; Slice(0) Array(0 1) Ptr(0) Ref(0 1) PinnedRef(0 1)
663663
BareFn(0) UnsafeBinder(0) Never Tup(0) Path(0 1) TraitObject(0 1)
664664
ImplTrait(0 1) Paren(0) Typeof(0) Infer ImplicitSelf MacCall(0) CVarArgs

0 commit comments

Comments
 (0)