File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -657,8 +657,9 @@ spanless_eq_enum!(ItemKind; ExternCrate(0 1) Use(0) Static(0) Const(0) Fn(0)
657657spanless_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 ) ) ;
659659spanless_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 ) ) ;
660+ TupleStruct ( 0 1 2 ) Or ( 0 ) Path ( 0 1 ) Tuple ( 0 ) Box ( 0 ) Deref ( 0 ) Ref ( 0 1 2 )
661+ Expr ( 0 ) Range ( 0 1 2 ) Slice ( 0 ) Rest Never Guard ( 0 1 ) Paren ( 0 ) MacCall ( 0 )
662+ Err ( 0 ) ) ;
662663spanless_eq_enum ! ( TyKind ; Slice ( 0 ) Array ( 0 1 ) Ptr ( 0 ) Ref ( 0 1 ) PinnedRef ( 0 1 )
663664 FnPtr ( 0 ) UnsafeBinder ( 0 ) Never Tup ( 0 ) Path ( 0 1 ) TraitObject ( 0 1 )
664665 ImplTrait ( 0 1 ) Paren ( 0 ) Typeof ( 0 ) Infer ImplicitSelf MacCall ( 0 ) CVarArgs
You can’t perform that action at this time.
0 commit comments