]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/mod_file_not_exist_windows.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / mod_file_not_exist_windows.stderr
index 67abd6304d515eda3371d75f7a772b8babdef8e3..60ae00abab1edb9c1a5d3420548733c3bc37e052 100644 (file)
@@ -1,7 +1,7 @@
 error[E0583]: file not found for module `not_a_real_file`
   --> $DIR/mod_file_not_exist_windows.rs:3:5
    |
-LL | mod not_a_real_file; //~ ERROR file not found for module `not_a_real_file`
+LL | mod not_a_real_file;
    |     ^^^^^^^^^^^^^^^
    |
    = help: name the file either not_a_real_file.rs or not_a_real_file/mod.rs inside the directory "$DIR"