]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/mod_file_not_exist.stderr
Remove "here" from "expected one of X here"
[rust.git] / src / test / ui / parser / mod_file_not_exist.stderr
1 error[E0583]: file not found for module `not_a_real_file`
2   --> $DIR/mod_file_not_exist.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`.