Skip to content

Commit 7ad6da0

Browse files
committed
Update test suite to nightly-2026-03-01
1 parent 3dbf719 commit 7ad6da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/eq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ spanless_eq_enum!(PatKind; Missing Wild Ident(0 1 2) Struct(0 1 2 3)
677677
spanless_eq_enum!(TyKind; Slice(0) Array(0 1) Ptr(0) Ref(0 1) PinnedRef(0 1)
678678
FnPtr(0) UnsafeBinder(0) Never Tup(0) Path(0 1) TraitObject(0 1)
679679
ImplTrait(0 1) Paren(0) Infer ImplicitSelf MacCall(0) CVarArgs Pat(0 1)
680-
Dummy Err(0));
680+
FieldOf(0 1 2) Dummy Err(0));
681681

682682
impl SpanlessEq for Ident {
683683
fn eq(&self, other: &Self) -> bool {

0 commit comments

Comments
 (0)