File tree 3 files changed +5
-5
lines changed
compiler/rustc_lint_defs/src
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2357,7 +2357,7 @@ declare_lint! {
2357
2357
"constant in pattern does not implement `PartialEq`" ,
2358
2358
@future_incompatible = FutureIncompatibleInfo {
2359
2359
reason: FutureIncompatibilityReason :: FutureReleaseErrorReportInDeps ,
2360
- reference: "issue #X <https://github.com/rust-lang/rust/issues/X >" ,
2360
+ reference: "issue #116122 <https://github.com/rust-lang/rust/issues/116122 >" ,
2361
2361
} ;
2362
2362
}
2363
2363
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | C => (),
5
5
| ^
6
6
|
7
7
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8
- = note: for more information, see issue #X <https://github.com/rust-lang/rust/issues/X >
8
+ = note: for more information, see issue #116122 <https://github.com/rust-lang/rust/issues/116122 >
9
9
= note: `#[warn(match_without_partial_eq)]` on by default
10
10
11
11
warning: 1 warning emitted
@@ -18,6 +18,6 @@ LL | C => (),
18
18
| ^
19
19
|
20
20
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
21
- = note: for more information, see issue #X <https://github.com/rust-lang/rust/issues/X >
21
+ = note: for more information, see issue #116122 <https://github.com/rust-lang/rust/issues/116122 >
22
22
= note: `#[warn(match_without_partial_eq)]` on by default
23
23
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | CONST_SET => { /* ok */ }
5
5
| ^^^^^^^^^
6
6
|
7
7
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8
- = note: for more information, see issue #X <https://github.com/rust-lang/rust/issues/X >
8
+ = note: for more information, see issue #116122 <https://github.com/rust-lang/rust/issues/116122 >
9
9
= note: `#[warn(match_without_partial_eq)]` on by default
10
10
11
11
warning: 1 warning emitted
@@ -18,6 +18,6 @@ LL | CONST_SET => { /* ok */ }
18
18
| ^^^^^^^^^
19
19
|
20
20
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
21
- = note: for more information, see issue #X <https://github.com/rust-lang/rust/issues/X >
21
+ = note: for more information, see issue #116122 <https://github.com/rust-lang/rust/issues/116122 >
22
22
= note: `#[warn(match_without_partial_eq)]` on by default
23
23
You can’t perform that action at this time.
0 commit comments