Skip to content

Commit 114a629

Browse files
committed
Update test suite to nightly-2025-03-27
1 parent 3ec5366 commit 114a629

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/common/eq.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,9 @@ spanless_eq_struct!(Attribute; kind id style span);
489489
spanless_eq_struct!(AttrsTarget; attrs tokens);
490490
spanless_eq_struct!(BareFnTy; safety ext generic_params decl decl_span);
491491
spanless_eq_struct!(BindingMode; 0 1);
492-
spanless_eq_struct!(Block; stmts id rules span tokens could_be_bare_literal);
492+
spanless_eq_struct!(Block; stmts id rules span tokens);
493493
spanless_eq_struct!(Closure; binder capture_clause constness coroutine_kind movability fn_decl body !fn_decl_span !fn_arg_span);
494-
spanless_eq_struct!(ConstItem; defaultness generics ty expr);
494+
spanless_eq_struct!(ConstItem; defaultness generics ty expr define_opaque);
495495
spanless_eq_struct!(Crate; attrs items spans id is_placeholder);
496496
spanless_eq_struct!(Delegation; id qself path rename body from_glob);
497497
spanless_eq_struct!(DelegationMac; qself prefix suffixes body);
@@ -538,7 +538,7 @@ spanless_eq_struct!(Path; span segments tokens);
538538
spanless_eq_struct!(PathSegment; ident id args);
539539
spanless_eq_struct!(PolyTraitRef; bound_generic_params modifiers trait_ref span);
540540
spanless_eq_struct!(QSelf; ty path_span position);
541-
spanless_eq_struct!(StaticItem; ty safety mutability expr);
541+
spanless_eq_struct!(StaticItem; ty safety mutability expr define_opaque);
542542
spanless_eq_struct!(Stmt; id kind span);
543543
spanless_eq_struct!(StrLit; symbol suffix symbol_unescaped style span);
544544
spanless_eq_struct!(StructExpr; qself path fields rest);

0 commit comments

Comments
 (0)