]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_resolve/diagnostics.rs
Fix duplicate error code
[rust.git] / src / librustc_resolve / diagnostics.rs
index 5361cf3a79a6eaa847ce621187417d8d7bdbe42f..2ee402712a9817cfec4e00ce83485ba70a86bf84 100644 (file)
@@ -24,7 +24,7 @@
     E0258, // import conflicts with existing submodule
     E0259, // an extern crate has already been imported into this module
     E0260, // name conflicts with an external crate that has been imported into this module
-    E0316 // user-defined types or type parameters cannot shadow the primitive types
+    E0317 // user-defined types or type parameters cannot shadow the primitive types
 }
 
 __build_diagnostic_array! { DIAGNOSTICS }