blob: d5f5ea8705971042695b378f89a05d21dcaaadf8 [file] [log] [blame]
error[E0583]: file not found for module `missing`
--> $DIR/foo_inline.rs:4:5
|
LL | mod missing;
| ^^^^^^^^^^^^
|
= help: to create the module `missing`, create file "$DIR/foo_inline/inline/missing.rs" or "$DIR/foo_inline/inline/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 previous error
For more information about this error, try `rustc --explain E0583`.