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