]> git.lizzy.rs Git - rust.git/commitdiff
Comment E0222 instead of removing it
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 22 Jun 2015 20:10:17 +0000 (22:10 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Tue, 23 Jun 2015 06:14:49 +0000 (08:14 +0200)
src/librustc_typeck/diagnostics.rs

index 67ccdb881c1b797aaf94f6b7676ecddc4e9104d9..16af8c6961ef67c45c615dbd9b55f897db54b9c3 100644 (file)
@@ -1556,6 +1556,8 @@ impl Baz for Bar { } // Note: This is OK
     E0219, // associated type defined in higher-ranked supertrait
     E0220, // associated type not found for type parameter
     E0221, // ambiguous associated type in bounds
+    //E0222, // Error code E0045 (variadic function must have C calling
+             // convention) duplicate
     E0223, // ambiguous associated type
     E0224, // at least one non-builtin train is required for an object type
     E0225, // only the builtin traits can be used as closure or object bounds