Skip to content

Commit 59ce6bb

Browse files
committed
Update test suite to nightly-2025-11-20
1 parent 3d91b8c commit 59ce6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/common/eq.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ spanless_eq_struct!(FormatOptions; width precision alignment fill sign alternate
510510
spanless_eq_struct!(FormatPlaceholder; argument span format_trait format_options);
511511
spanless_eq_struct!(GenericParam; id ident attrs bounds is_placeholder kind !colon_span);
512512
spanless_eq_struct!(Generics; params where_clause span);
513-
spanless_eq_struct!(Impl; generics of_trait self_ty items);
513+
spanless_eq_struct!(Impl; generics constness of_trait self_ty items);
514514
spanless_eq_struct!(InlineAsm; asm_macro template template_strs operands clobber_abis options line_spans);
515515
spanless_eq_struct!(InlineAsmSym; id qself path);
516516
spanless_eq_struct!(Item<K>; attrs id span vis kind !tokens);
@@ -542,7 +542,7 @@ spanless_eq_struct!(Token; kind span);
542542
spanless_eq_struct!(Trait; constness safety is_auto ident generics bounds items);
543543
spanless_eq_struct!(TraitAlias; constness ident generics bounds);
544544
spanless_eq_struct!(TraitBoundModifiers; constness asyncness polarity);
545-
spanless_eq_struct!(TraitImplHeader; defaultness safety constness polarity trait_ref);
545+
spanless_eq_struct!(TraitImplHeader; defaultness safety polarity trait_ref);
546546
spanless_eq_struct!(TraitRef; path ref_id);
547547
spanless_eq_struct!(Ty; id kind span tokens);
548548
spanless_eq_struct!(TyAlias; defaultness ident generics after_where_clause bounds ty);

0 commit comments

Comments
 (0)