Skip to content

Commit 38956e6

Browse files
committed
Update test suite to nightly-2024-02-16
1 parent e64c063 commit 38956e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/eq.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ spanless_eq_enum!(ItemKind; ExternCrate(0) Use(0) Static(0) Const(0) Fn(0)
612612
Union(0 1) Trait(0) TraitAlias(0 1) Impl(0) MacCall(0) MacroDef(0)
613613
Delegation(0));
614614
spanless_eq_enum!(LitKind; Str(0 1) ByteStr(0 1) CStr(0 1) Byte(0) Char(0)
615-
Int(0 1) Float(0 1) Bool(0) Err);
615+
Int(0 1) Float(0 1) Bool(0) Err(0));
616616
spanless_eq_enum!(PatKind; Wild Ident(0 1 2) Struct(0 1 2 3) TupleStruct(0 1 2)
617617
Or(0) Path(0 1) Tuple(0) Box(0) Ref(0 1) Lit(0) Range(0 1 2) Slice(0) Rest
618618
Never Paren(0) MacCall(0) Err(0));

0 commit comments

Comments
 (0)