We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60d2689 + 573aa35 commit 665e759Copy full SHA for 665e759
src/librustc/diagnostics.rs
@@ -109,11 +109,6 @@ register_diagnostics!(
109
E0092,
110
E0093,
111
E0094,
112
- E0095,
113
- E0096,
114
- E0097,
115
- E0098,
116
- E0099,
117
E0100,
118
E0101,
119
E0102,
@@ -153,7 +148,6 @@ register_diagnostics!(
153
148
E0139,
154
149
E0140,
155
150
E0141,
156
- E0142,
157
151
E0143,
158
152
E0144,
159
E0145,
@@ -169,6 +163,5 @@ register_diagnostics!(
169
163
E0157,
170
164
E0158,
171
165
E0159,
172
- E0160,
173
166
E0161
174
167
)
0 commit comments