]> git.lizzy.rs Git - rust.git/blob - src/test/ui/missing_non_modrs_mod/missing_non_modrs_mod.stderr
Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb
[rust.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:4: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`.