]> git.lizzy.rs Git - rust.git/commitdiff
Remove error codes from macro
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 19 Jun 2015 12:06:33 +0000 (14:06 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 19 Jun 2015 12:06:33 +0000 (14:06 +0200)
src/librustc_typeck/diagnostics.rs

index bcc415e4e1a6f58dbd731a4c75be511452cdf9fb..fa29f8f1dcea96395a2c68ebf8ed5c12467538e8 100644 (file)
@@ -1464,9 +1464,6 @@ impl Baz for Bar { } // Note: This is OK
 }
 
 register_diagnostics! {
-    E0034, // multiple applicable methods in scope
-    E0035, // does not take type parameters
-    E0036, // incorrect number of type parameters given for this method
     E0044, // foreign items may not have type parameters
     E0045, // variadic function must have C calling convention
     E0068,