2018-08-08 07:28:26 -05:00
|
|
|
error[E0583]: file not found for module `module_that_doesnt_exist`
|
2020-03-09 05:16:00 -05:00
|
|
|
--> $DIR/E0583.rs:1:1
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | mod module_that_doesnt_exist;
|
2020-03-09 05:16:00 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2021-05-05 03:00:18 -05:00
|
|
|
= help: to create the module `module_that_doesnt_exist`, create file "$DIR/module_that_doesnt_exist.rs" or "$DIR/module_that_doesnt_exist/mod.rs"
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0583`.
|