2017-11-27 18:14:24 -08:00
|
|
|
error[E0583]: file not found for module `baz`
|
2020-03-09 11:16:00 +01:00
|
|
|
--> $DIR/auxiliary/foo/bar.rs:1:1
|
2017-04-24 16:26:04 +02:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | pub mod baz;
|
2020-03-09 11:16:00 +01:00
|
|
|
| ^^^^^^^^^^^^
|
2017-04-24 16:26:04 +02:00
|
|
|
|
|
2021-05-05 16:00:18 +08:00
|
|
|
= help: to create the module `baz`, create file "$DIR/auxiliary/foo/bar/baz.rs" or "$DIR/auxiliary/foo/bar/baz/mod.rs"
|
2017-04-24 16:26:04 +02:00
|
|
|
|
2017-07-02 13:49:30 +03:00
|
|
|
error: aborting due to previous error
|
2017-04-24 16:26:04 +02:00
|
|
|
|
2018-03-03 15:59:40 +01:00
|
|
|
For more information about this error, try `rustc --explain E0583`.
|