diff options
| author | Ralf Jung <post@ralfj.de> | 2023-09-25 18:28:22 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-09-25 19:05:10 +0200 |
| commit | a1d6fc43403fadc5564af50d6212d45d9aace84d (patch) | |
| tree | a22918f18069804125d0c62957794a6ea0a3d9c9 /tests | |
| parent | b589976606c7f03b2000bed41ddf6149d96c587b (diff) | |
| download | rust-a1d6fc43403fadc5564af50d6212d45d9aace84d.tar.gz rust-a1d6fc43403fadc5564af50d6212d45d9aace84d.zip | |
rename lint; add tracking issue
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/consts/const_in_pattern/issue-65466.stderr | 8 | ||||
| -rw-r--r-- | tests/ui/match/issue-72896-non-partial-eq-const.stderr | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/tests/ui/consts/const_in_pattern/issue-65466.stderr b/tests/ui/consts/const_in_pattern/issue-65466.stderr index 89fddbf853d..9c80cb3a849 100644 --- a/tests/ui/consts/const_in_pattern/issue-65466.stderr +++ b/tests/ui/consts/const_in_pattern/issue-65466.stderr @@ -5,8 +5,8 @@ LL | C => (), | ^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! - = note: for more information, see issue #X <https://github.com/rust-lang/rust/issues/X> - = note: `#[warn(match_without_partial_eq)]` on by default + = note: for more information, see issue #116122 <https://github.com/rust-lang/rust/issues/116122> + = note: `#[warn(const_patterns_without_partial_eq)]` on by default warning: 1 warning emitted @@ -18,6 +18,6 @@ LL | C => (), | ^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! - = note: for more information, see issue #X <https://github.com/rust-lang/rust/issues/X> - = note: `#[warn(match_without_partial_eq)]` on by default + = note: for more information, see issue #116122 <https://github.com/rust-lang/rust/issues/116122> + = note: `#[warn(const_patterns_without_partial_eq)]` on by default diff --git a/tests/ui/match/issue-72896-non-partial-eq-const.stderr b/tests/ui/match/issue-72896-non-partial-eq-const.stderr index f32cf439531..a7fc0cfc054 100644 --- a/tests/ui/match/issue-72896-non-partial-eq-const.stderr +++ b/tests/ui/match/issue-72896-non-partial-eq-const.stderr @@ -5,8 +5,8 @@ LL | CONST_SET => { /* ok */ } | ^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! - = note: for more information, see issue #X <https://github.com/rust-lang/rust/issues/X> - = note: `#[warn(match_without_partial_eq)]` on by default + = note: for more information, see issue #116122 <https://github.com/rust-lang/rust/issues/116122> + = note: `#[warn(const_patterns_without_partial_eq)]` on by default warning: 1 warning emitted @@ -18,6 +18,6 @@ LL | CONST_SET => { /* ok */ } | ^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! - = note: for more information, see issue #X <https://github.com/rust-lang/rust/issues/X> - = note: `#[warn(match_without_partial_eq)]` on by default + = note: for more information, see issue #116122 <https://github.com/rust-lang/rust/issues/116122> + = note: `#[warn(const_patterns_without_partial_eq)]` on by default |
