]> git.lizzy.rs Git - rust.git/blob - src/test/ui/invalid-module-declaration/invalid-module-declaration.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / invalid-module-declaration / invalid-module-declaration.stderr
1 error[E0583]: file not found for module `baz`
2   --> $DIR/auxiliary/foo/bar.rs:1:9
3    |
4 LL | pub mod baz;
5    |         ^^^
6    |
7    = help: name the file either bar/baz.rs or bar/baz/mod.rs inside the directory "$DIR/auxiliary/foo"
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0583`.