]> git.proxmox.com Git - rustc.git/blob - src/test/ui/missing_non_modrs_mod/missing_non_modrs_mod.stderr
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / ui / missing_non_modrs_mod / missing_non_modrs_mod.stderr
1 error[E0583]: file not found for module `missing`
2 --> $DIR/foo.rs:13:5
3 |
4 LL | mod missing;
5 | ^^^^^^^
6 |
7 = help: name the file either foo/missing.rs or foo/missing/mod.rs inside the directory "$DIR"
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0583`.