Skip to content

Commit

Permalink
Update test suite to nightly-2024-06-07
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 7, 2024
1 parent cc7c06b commit 06fe818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/common/eq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,8 @@ spanless_eq_struct!(Path; span segments tokens);
spanless_eq_struct!(PathSegment; ident id args);
spanless_eq_struct!(PolyTraitRef; bound_generic_params trait_ref span);
spanless_eq_struct!(QSelf; ty path_span position);
spanless_eq_struct!(StaticForeignItem; ty mutability expr);
spanless_eq_struct!(StaticItem; ty mutability expr);
spanless_eq_struct!(StaticForeignItem; ty safety mutability expr);
spanless_eq_struct!(StaticItem; ty safety mutability expr);
spanless_eq_struct!(Stmt; id kind span);
spanless_eq_struct!(StrLit; symbol suffix symbol_unescaped style span);
spanless_eq_struct!(StructExpr; qself path fields rest);
Expand Down Expand Up @@ -593,7 +593,7 @@ 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!(Safety; Unsafe(0) Default);
spanless_eq_enum!(Safety; Unsafe(0) Safe(0) Default);
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 06fe818

Please sign in to comment.