File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ spanless_eq_struct!(Item<K>; attrs id span vis kind !tokens);
520
520
spanless_eq_struct ! ( Label ; ident) ;
521
521
spanless_eq_struct ! ( Lifetime ; id ident) ;
522
522
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) ;
524
524
spanless_eq_struct ! ( MacCall ; path args) ;
525
525
spanless_eq_struct ! ( MacCallStmt ; mac style attrs tokens) ;
526
526
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)
656
656
Delegation ( 0 ) DelegationMac ( 0 ) ) ;
657
657
spanless_eq_enum ! ( LitKind ; Str ( 0 1 ) ByteStr ( 0 1 ) CStr ( 0 1 ) Byte ( 0 ) Char ( 0 )
658
658
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 ) ) ;
662
662
spanless_eq_enum ! ( TyKind ; Slice ( 0 ) Array ( 0 1 ) Ptr ( 0 ) Ref ( 0 1 ) PinnedRef ( 0 1 )
663
663
BareFn ( 0 ) UnsafeBinder ( 0 ) Never Tup ( 0 ) Path ( 0 1 ) TraitObject ( 0 1 )
664
664
ImplTrait ( 0 1 ) Paren ( 0 ) Typeof ( 0 ) Infer ImplicitSelf MacCall ( 0 ) CVarArgs
You can’t perform that action at this time.
0 commit comments