Skip to content

Commit aed58d1

Browse files
committed
Update test suite to nightly-2025-03-05
1 parent 4552057 commit aed58d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/common/eq.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ spanless_eq_struct!(Visibility; kind span tokens);
557557
spanless_eq_struct!(WhereBoundPredicate; bound_generic_params bounded_ty bounds);
558558
spanless_eq_struct!(WhereClause; has_where_token predicates span);
559559
spanless_eq_struct!(WhereEqPredicate; lhs_ty rhs_ty);
560-
spanless_eq_struct!(WherePredicate; kind id span);
560+
spanless_eq_struct!(WherePredicate; attrs kind id span is_placeholder);
561561
spanless_eq_struct!(WhereRegionPredicate; lifetime bounds);
562562
spanless_eq_enum!(AngleBracketedArg; Arg(0) Constraint(0));
563563
spanless_eq_enum!(AsmMacro; Asm GlobalAsm NakedAsm);
@@ -775,7 +775,7 @@ fn doc_comment<'a>(
775775
match trees.next() {
776776
Some(TokenTree::Token(
777777
Token {
778-
kind: TokenKind::Not,
778+
kind: TokenKind::Bang,
779779
span: _,
780780
},
781781
_spacing,

0 commit comments

Comments
 (0)