blob: 4d8553085ae845318e1a0e4cf235d629322d6610 [file]
error[E0433]: cannot find module or crate `somedep` in this scope
--> $DIR/noprelude.rs:6:5
|
LL | somedep::somefun();
| ^^^^^^^ use of unresolved module or unlinked crate `somedep`
|
= help: you might be missing a crate named `somedep`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0433`.