File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
branches/snap-stage3/src/librustc Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 74090504219e4e37c1a6d9fdd8600f44b51c7b04
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 5254ccc7c16f232ddd8788b8a3e7c89ffa82532a
4
+ refs/heads/snap-stage3: e723051a2eb840a710f2b79afc1b42b0b707d0e4
5
5
refs/heads/try: 14378ea357c06c23607ca61ade44f60a7a64a1c7
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -19,11 +19,6 @@ register_diagnostic!(E0001, r##"
19
19
one is too specific or the ordering is incorrect.
20
20
"## )
21
21
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
-
27
22
register_diagnostics ! (
28
23
E0002 ,
29
24
E0003 ,
@@ -156,5 +151,6 @@ register_diagnostics!(
156
151
E0157 ,
157
152
E0158 ,
158
153
E0159 ,
159
- E0161
154
+ E0161 ,
155
+ E0162
160
156
)
You can’t perform that action at this time.
0 commit comments