Skip to content

Commit 15b9dbc

Browse files
committed
Update test suite to nightly-2024-01-19
1 parent 98a90d7 commit 15b9dbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/common/eq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ spanless_eq_enum!(LitKind; Str(0 1) ByteStr(0 1) CStr(0 1) Byte(0) Char(0)
611611
Int(0 1) Float(0 1) Bool(0) Err);
612612
spanless_eq_enum!(PatKind; Wild Ident(0 1 2) Struct(0 1 2 3) TupleStruct(0 1 2)
613613
Or(0) Path(0 1) Tuple(0) Box(0) Ref(0 1) Lit(0) Range(0 1 2) Slice(0) Rest
614-
Never Paren(0) MacCall(0));
614+
Never Paren(0) MacCall(0) Err(0));
615615
spanless_eq_enum!(TyKind; Slice(0) Array(0 1) Ptr(0) Ref(0 1) BareFn(0) Never
616616
Tup(0) AnonStruct(0) AnonUnion(0) Path(0 1) TraitObject(0 1) ImplTrait(0 1)
617617
Paren(0) Typeof(0) Infer ImplicitSelf MacCall(0) Err CVarArgs);

0 commit comments

Comments
 (0)