2020-08-27 07:27:14 -05:00
|
|
|
error[E0433]: failed to resolve: use of undeclared crate or module `somedep`
|
2019-12-05 18:26:21 -06:00
|
|
|
--> $DIR/noprelude.rs:6:5
|
|
|
|
|
|
|
|
|
LL | somedep::somefun();
|
2020-08-27 07:27:14 -05:00
|
|
|
| ^^^^^^^ use of undeclared crate or module `somedep`
|
2019-12-05 18:26:21 -06:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2019-12-05 18:26:21 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0433`.
|