Skip to content

Commit

Permalink
Update test suite to nightly-2024-05-10
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 10, 2024
1 parent 5c69cec commit 4b052ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/common/eq.rs
Expand Up @@ -124,6 +124,7 @@ use rustc_ast::ast::QSelf;
use rustc_ast::ast::RangeEnd;
use rustc_ast::ast::RangeLimits;
use rustc_ast::ast::RangeSyntax;
use rustc_ast::ast::Recovered;
use rustc_ast::ast::StaticForeignItem;
use rustc_ast::ast::StaticItem;
use rustc_ast::ast::Stmt;
Expand Down Expand Up @@ -589,6 +590,7 @@ spanless_eq_enum!(PatFieldsRest; Rest None);
spanless_eq_enum!(PreciseCapturingArg; Lifetime(0) Arg(0 1));
spanless_eq_enum!(RangeEnd; Included(0) Excluded);
spanless_eq_enum!(RangeLimits; HalfOpen Closed);
spanless_eq_enum!(Recovered; No Yes(0));
spanless_eq_enum!(StmtKind; Let(0) Item(0) Expr(0) Semi(0) Empty MacCall(0));
spanless_eq_enum!(StrStyle; Cooked Raw(0));
spanless_eq_enum!(StructRest; Base(0) Rest(0) None);
Expand Down

0 comments on commit 4b052ad

Please sign in to comment.