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.
1 parent 8864f2c commit 467c668Copy full SHA for 467c668
src/librustc/diagnostics.rs
@@ -2233,9 +2233,9 @@ register_diagnostics! {
2233
E0285, // overflow evaluation builtin bounds
2234
E0298, // mismatched types between arms
2235
E0299, // mismatched types between arms
2236
- E0300, // unexpanded macro
2237
- E0304, // expected signed integer constant
2238
- E0305, // expected constant
+ // E0300, // unexpanded macro
+ // E0304, // expected signed integer constant
+ // E0305, // expected constant
2239
E0311, // thing may not live long enough
2240
E0312, // lifetime of reference outlives lifetime of borrowed content
2241
E0313, // lifetime of borrowed pointer outlives lifetime of captured variable
0 commit comments