2018-08-08 12:28:26 +00:00
|
|
|
error[E0583]: file not found for module `module_that_doesnt_exist`
|
2020-03-09 10:16:00 +00:00
|
|
|
--> $DIR/E0583.rs:1:1
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | mod module_that_doesnt_exist;
|
2020-03-09 10:16:00 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2021-05-05 08:00:18 +00: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 12:28:26 +00:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0583`.
|