about summary refs log tree commit diff
path: root/tests/ui/missing_non_modrs_mod/missing_non_modrs_mod.stderr
blob: c084fbf00c26f3fbad579b1d2409d095c473934e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0583]: file not found for module `missing`
  --> $DIR/foo.rs:3:1
   |
LL | mod missing;
   | ^^^^^^^^^^^^
   |
   = help: to create the module `missing`, create file "$DIR/foo/missing.rs" or "$DIR/foo/missing/mod.rs"
   = note: if there is a `mod missing` elsewhere in the crate already, import it with `use crate::...` instead

error: aborting due to 1 previous error

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