summary refs log tree commit diff
path: root/src/test/ui/parser/mod_file_not_exist.stderr
blob: dadf4b29dcf397660d19ff87d1245391aebcce51 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0583]: file not found for module `not_a_real_file`
  --> $DIR/mod_file_not_exist.rs:3:5
   |
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"

error: aborting due to previous error

For more information about this error, try `rustc --explain E0583`.