]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-3099-b.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-3099-b.rs
index b3f1b2a32eae3434ccc46c862bdad5e0802f83b1..ae667341022f61659eb8c2325054372c08fc94cb 100644 (file)
@@ -10,6 +10,6 @@
 
 pub mod a {}
 
-pub mod a {} //~ ERROR duplicate definition of type or module `a`
+pub mod a {} //~ ERROR a module named `a` has already been defined in this module
 
 fn main() {}