summary refs log tree commit diff
path: root/src/test/ui/invalid-module-declaration/invalid-module-declaration.stderr
blob: 2dd62ec0500743dad0b4a1deedd14200f5eaf944 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0583]: file not found for module `baz`
  --> $DIR/auxiliary/foo/bar.rs:11:9
   |
LL | pub mod baz;
   |         ^^^
   |
   = help: name the file either bar/baz.rs or bar/baz/mod.rs inside the directory "$DIR/auxiliary/foo"

error: aborting due to previous error

For more information about this error, try `rustc --explain E0583`.