]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_metadata/diagnostics.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / librustc_metadata / diagnostics.rs
index 50b9ea575508677520068c8957ec3ada6452d390..8fa23de9a2d16ffc618ea2a865a6d50f9b7def8d 100644 (file)
@@ -87,4 +87,6 @@ register_diagnostics! {
     E0468, // an `extern crate` loading macros must be at the crate root
     E0469, // imported macro not found
     E0470, // reexported macro not found
+    E0519, // local crate and dependency have same (crate-name, disambiguator)
+    E0523, // two dependencies have same (crate-name, disambiguator) but different SVH
 }