Skip to content

Commit 6a860b0

Browse files
committed
Update test suite to nightly-2025-03-08
1 parent aed58d1 commit 6a860b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/common/eq.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ spanless_eq_enum!(BoundAsyncness; Normal Async(0));
573573
spanless_eq_enum!(BoundConstness; Never Always(0) Maybe(0));
574574
spanless_eq_enum!(BoundPolarity; Positive Negative(0) Maybe(0));
575575
spanless_eq_enum!(ByRef; Yes(0) No);
576-
spanless_eq_enum!(CaptureBy; Value(move_kw) Ref);
576+
spanless_eq_enum!(CaptureBy; Value(move_kw) Ref Use(use_kw));
577577
spanless_eq_enum!(ClosureBinder; NotPresent For(span generic_params));
578578
spanless_eq_enum!(Const; Yes(0) No);
579579
spanless_eq_enum!(Defaultness; Default(0) Final);
@@ -638,8 +638,8 @@ spanless_eq_enum!(CoroutineKind; Async(span closure_id return_impl_trait_id)
638638
spanless_eq_enum!(ExprKind; Array(0) ConstBlock(0) Call(0 1) MethodCall(0)
639639
Tup(0) Binary(0 1 2) Unary(0 1) Lit(0) Cast(0 1) Type(0 1) Let(0 1 2 3)
640640
If(0 1 2) While(0 1 2) ForLoop(pat iter body label kind) Loop(0 1 2)
641-
Match(0 1 2) Closure(0) Block(0 1) Gen(0 1 2 3) Await(0 1) TryBlock(0)
642-
Assign(0 1 2) AssignOp(0 1 2) Field(0 1) Index(0 1 2) Underscore
641+
Match(0 1 2) Closure(0) Block(0 1) Gen(0 1 2 3) Await(0 1) Use(0 1)
642+
TryBlock(0) Assign(0 1 2) AssignOp(0 1 2) Field(0 1) Index(0 1 2) Underscore
643643
Range(0 1 2) Path(0 1) AddrOf(0 1 2) Break(0 1) Continue(0) Ret(0)
644644
InlineAsm(0) OffsetOf(0 1) MacCall(0) Struct(0) Repeat(0 1) Paren(0) Try(0)
645645
Yield(0) Yeet(0) Become(0) IncludedBytes(0) FormatArgs(0)

0 commit comments

Comments
 (0)