]> git.lizzy.rs Git - rust.git/commitdiff
Unused error codes
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Tue, 8 Dec 2015 11:34:39 +0000 (12:34 +0100)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Tue, 8 Dec 2015 11:34:39 +0000 (12:34 +0100)
src/librustc/diagnostics.rs

index b09dbe161f42ac018979a966b9cf3846ffd7f648..823b197c5221c6ea2c910f04288d27bde192ae29 100644 (file)
@@ -2233,9 +2233,9 @@ impl Foo {
     E0285, // overflow evaluation builtin bounds
     E0298, // mismatched types between arms
     E0299, // mismatched types between arms
-    E0300, // unexpanded macro
-    E0304, // expected signed integer constant
-    E0305, // expected constant
+    // E0300, // unexpanded macro
+    // E0304, // expected signed integer constant
+    // E0305, // expected constant
     E0311, // thing may not live long enough
     E0312, // lifetime of reference outlives lifetime of borrowed content
     E0313, // lifetime of borrowed pointer outlives lifetime of captured variable