Skip to content

Commit 052951b

Browse files
author
Jakub Wieczorek
committed
---
yaml --- r: 135253 b: refs/heads/snap-stage3 c: e723051 h: refs/heads/master i: 135251: c62db3e v: v3
1 parent 8a1aaaf commit 052951b

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 74090504219e4e37c1a6d9fdd8600f44b51c7b04
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 5254ccc7c16f232ddd8788b8a3e7c89ffa82532a
4+
refs/heads/snap-stage3: e723051a2eb840a710f2b79afc1b42b0b707d0e4
55
refs/heads/try: 14378ea357c06c23607ca61ade44f60a7a64a1c7
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librustc/diagnostics.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ register_diagnostic!(E0001, r##"
1919
one is too specific or the ordering is incorrect.
2020
"##)
2121

22-
register_diagnostic!(E0162, r##"
23-
This error is produced by an `if let` expression where the pattern is irrefutable.
24-
An `if let` that can never fail is considered an error.
25-
"##)
26-
2722
register_diagnostics!(
2823
E0002,
2924
E0003,
@@ -156,5 +151,6 @@ register_diagnostics!(
156151
E0157,
157152
E0158,
158153
E0159,
159-
E0161
154+
E0161,
155+
E0162
160156
)

0 commit comments

Comments
 (0)