]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/mod_file_not_exist_windows.rs
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / parser / mod_file_not_exist_windows.rs
index 0cd9e9c799f1d95c1bfbdbcd06ad58226b7da8fe..4b7d7a02bbe78cc468d605715b09cdda7c16f2bf 100644 (file)
@@ -1,8 +1,9 @@
 // only-windows
 
 mod not_a_real_file; //~ ERROR file not found for module `not_a_real_file`
-//~^ HELP name the file either not_a_real_file.rs or not_a_real_file\mod.rs inside the directory
+//~^ HELP to create the module `not_a_real_file`, create file
 
 fn main() {
     assert_eq!(mod_file_aux::bar(), 10);
+    //~^ ERROR failed to resolve: use of undeclared type or module `mod_file_aux`
 }