2017-11-27 20:14:24 -06:00
|
|
|
error[E0583]: file not found for module `baz`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/auxiliary/foo/bar.rs:1:9
|
2017-04-24 09:26:04 -05:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | pub mod baz;
|
2017-04-24 09:26:04 -05:00
|
|
|
| ^^^
|
|
|
|
|
|
2020-02-27 10:28:27 -06:00
|
|
|
= help: to create the module `baz`, create file "$DIR/auxiliary/foo/bar/baz.rs"
|
2017-04-24 09:26:04 -05:00
|
|
|
|
2017-07-02 05:49:30 -05:00
|
|
|
error: aborting due to previous error
|
2017-04-24 09:26:04 -05:00
|
|
|
|
2018-03-03 08:59:40 -06:00
|
|
|
For more information about this error, try `rustc --explain E0583`.
|