blob: 98b74e5f5cbca1323d74f1e5318893a3de293c0d [file] [log] [blame]
error[E0583]: file not found for module `missing`
--> $DIR/foo.rs:4: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`.