blob: f494af0ff3ec73c68a13a9cb4a3f6adfa6fbbd17 [file] [log] [blame]
error[E0583]: file not found for module `missing`
--> $DIR/foo.rs:13:5
|
LL | mod missing;
| ^^^^^^^
|
= help: name the file either foo/missing.rs or foo/missing/mod.rs inside the directory "$DIR"
error: aborting due to previous error
For more information about this error, try `rustc --explain E0583`.