2018-10-20 19:21:16 -05:00
|
|
|
error[E0583]: file not found for module `not_a_real_file`
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/mod_file_not_exist.rs:3:5
|
2018-10-20 19:21:16 -05:00
|
|
|
|
|
2019-03-11 15:30:10 -05:00
|
|
|
LL | mod not_a_real_file;
|
2018-10-20 19:21:16 -05:00
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
2020-02-27 10:28:27 -06:00
|
|
|
= help: to create the module `not_a_real_file`, create file "$DIR/not_a_real_file.rs"
|
2018-10-20 19:21:16 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0583`.
|