]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/mod/mod_file_disambig.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / mod / mod_file_disambig.rs
index 7b182421d34e3c0b1d7f1f2ccf95e876ad1f2f23..e5958af173b66e650eb6b9af4efc8ab465a6ddfa 100644 (file)
@@ -2,5 +2,5 @@ mod mod_file_disambig_aux; //~ ERROR file for module `mod_file_disambig_aux` fou
 
 fn main() {
     assert_eq!(mod_file_aux::bar(), 10);
-    //~^ ERROR failed to resolve: use of undeclared type or module `mod_file_aux`
+    //~^ ERROR failed to resolve: use of undeclared crate or module `mod_file_aux`
 }