There was an error while loading. Please reload this page.
1 parent 9cea040 commit f104427Copy full SHA for f104427
1 file changed
tests/common/eq.rs
@@ -545,7 +545,7 @@ spanless_eq_enum!(BorrowKind; Ref Raw);
545
spanless_eq_enum!(BoundAsyncness; Normal Async(0));
546
spanless_eq_enum!(BoundConstness; Never Always(0) Maybe(0));
547
spanless_eq_enum!(BoundPolarity; Positive Negative(0) Maybe(0));
548
-spanless_eq_enum!(ByRef; Yes No);
+spanless_eq_enum!(ByRef; Yes(0) No);
549
spanless_eq_enum!(CaptureBy; Value(move_kw) Ref);
550
spanless_eq_enum!(ClosureBinder; NotPresent For(span generic_params));
551
spanless_eq_enum!(Const; Yes(0) No);
0 commit comments