Skip to content

Commit 2c7392d

Browse files
committed
Update test suite to nightly-2026-01-13
1 parent 34590a1 commit 2c7392d

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
@@ -44,7 +44,7 @@ use rustc_ast::ast::Delegation;
4444
use rustc_ast::ast::DelegationMac;
4545
use rustc_ast::ast::DelimArgs;
4646
use rustc_ast::ast::EarlyParsedAttribute;
47-
use rustc_ast::ast::EiiExternTarget;
47+
use rustc_ast::ast::EiiDecl;
4848
use rustc_ast::ast::EiiImpl;
4949
use rustc_ast::ast::EnumDef;
5050
use rustc_ast::ast::Expr;
@@ -499,7 +499,7 @@ spanless_eq_struct!(Delegation; id qself path ident rename body from_glob);
499499
spanless_eq_struct!(DelegationMac; qself prefix suffixes body);
500500
spanless_eq_struct!(DelimArgs; dspan delim tokens);
501501
spanless_eq_struct!(DelimSpacing; open close);
502-
spanless_eq_struct!(EiiExternTarget; extern_item_path impl_unsafe);
502+
spanless_eq_struct!(EiiDecl; foreign_item impl_unsafe);
503503
spanless_eq_struct!(EiiImpl; node_id eii_macro_path known_eii_macro_resolution impl_safety span inner_span is_default);
504504
spanless_eq_struct!(EnumDef; variants);
505505
spanless_eq_struct!(Expr; id kind span attrs !tokens);
@@ -529,7 +529,7 @@ spanless_eq_struct!(Lit; kind symbol suffix);
529529
spanless_eq_struct!(Local; id super_ pat ty kind span colon_sp attrs !tokens);
530530
spanless_eq_struct!(MacCall; path args);
531531
spanless_eq_struct!(MacCallStmt; mac style attrs tokens);
532-
spanless_eq_struct!(MacroDef; body macro_rules eii_extern_target);
532+
spanless_eq_struct!(MacroDef; body macro_rules eii_declaration);
533533
spanless_eq_struct!(MetaItem; unsafety path kind span);
534534
spanless_eq_struct!(MetaItemLit; symbol suffix kind span);
535535
spanless_eq_struct!(MethodCall; seg receiver args !span);

0 commit comments

Comments
 (0)