rust/src/test/ui/invalid-module-declaration/invalid-module-declaration.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

12 lines
339 B
Plaintext

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`.