]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/mod_file_not_exist_windows.stderr
Rollup merge of #57847 - clarcharr:dbg_no_params, r=Centril
[rust.git] / src / test / ui / parser / mod_file_not_exist_windows.stderr
1 error[E0583]: file not found for module `not_a_real_file`
2   --> $DIR/mod_file_not_exist_windows.rs:3:5
3    |
4 LL | mod not_a_real_file;
5    |     ^^^^^^^^^^^^^^^
6    |
7    = help: name the file either not_a_real_file.rs or not_a_real_file/mod.rs inside the directory "$DIR"
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0583`.