]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-3099-b.rs
New upstream version 1.20.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-3099-b.rs
index ae667341022f61659eb8c2325054372c08fc94cb..956d2186752a94f8eb19ae1ab9de43082475d0ea 100644 (file)
@@ -10,6 +10,6 @@
 
 pub mod a {}
 
-pub mod a {} //~ ERROR a module named `a` has already been defined in this module
+pub mod a {} //~ ERROR the name `a` is defined multiple times
 
 fn main() {}