]> git.lizzy.rs Git - rust.git/blob - src/test/ui/missing_non_modrs_mod/missing_non_modrs_mod.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[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: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`.