2020-08-27 07:27:14 -05:00
|
|
|
error[E0433]: failed to resolve: use of undeclared crate or module `somedep`
|
2019-12-05 16:43:53 -06:00
|
|
|
--> $DIR/multiple-opts.rs:19:5
|
|
|
|
|
|
|
|
|
LL | somedep::somefun();
|
2020-08-27 07:27:14 -05:00
|
|
|
| ^^^^^^^ use of undeclared crate or module `somedep`
|
2019-12-05 16:43:53 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0433`.
|