Skip to content

Commit 678dbc2

Browse files
committed
Update test suite to nightly-2024-07-08
1 parent 628e2f7 commit 678dbc2

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
@@ -166,7 +166,7 @@ use rustc_ast::token::{
166166
self, CommentKind, Delimiter, IdentIsRaw, Lit, Nonterminal, Token, TokenKind,
167167
};
168168
use rustc_ast::tokenstream::{
169-
AttrTokenStream, AttrTokenTree, AttributesData, DelimSpacing, DelimSpan, LazyAttrTokenStream,
169+
AttrTokenStream, AttrTokenTree, AttrsTarget, DelimSpacing, DelimSpan, LazyAttrTokenStream,
170170
Spacing, TokenStream, TokenTree,
171171
};
172172
use rustc_data_structures::packed::Pu128;
@@ -470,7 +470,7 @@ spanless_eq_struct!(AssocItemConstraint; id ident gen_args kind span);
470470
spanless_eq_struct!(AttrItem; unsafety path args tokens);
471471
spanless_eq_struct!(AttrTokenStream; 0);
472472
spanless_eq_struct!(Attribute; kind id style span);
473-
spanless_eq_struct!(AttributesData; attrs tokens);
473+
spanless_eq_struct!(AttrsTarget; attrs tokens);
474474
spanless_eq_struct!(BareFnTy; safety ext generic_params decl decl_span);
475475
spanless_eq_struct!(BindingMode; 0 1);
476476
spanless_eq_struct!(Block; stmts id rules span tokens could_be_bare_literal);
@@ -546,7 +546,7 @@ spanless_eq_enum!(AssocItemKind; Const(0) Fn(0) Type(0) MacCall(0) Delegation(0)
546546
spanless_eq_enum!(AttrArgs; Empty Delimited(0) Eq(0 1));
547547
spanless_eq_enum!(AttrArgsEq; Ast(0) Hir(0));
548548
spanless_eq_enum!(AttrStyle; Outer Inner);
549-
spanless_eq_enum!(AttrTokenTree; Token(0 1) Delimited(0 1 2 3) Attributes(0));
549+
spanless_eq_enum!(AttrTokenTree; Token(0 1) Delimited(0 1 2 3) AttrsTarget(0));
550550
spanless_eq_enum!(BinOpKind; Add Sub Mul Div Rem And Or BitXor BitAnd BitOr Shl Shr Eq Lt Le Ne Ge Gt);
551551
spanless_eq_enum!(BlockCheckMode; Default Unsafe(0));
552552
spanless_eq_enum!(BorrowKind; Ref Raw);

0 commit comments

Comments
 (0)