2024-06-03 00:17:19 -05:00
|
|
|
error: extern crate `somedep` is unused in crate `no_nounused`
|
2022-04-14 17:09:00 -05:00
|
|
|
--> $DIR/no-nounused.rs:5:1
|
|
|
|
|
|
|
|
|
LL | fn main() {
|
|
|
|
| ^
|
|
|
|
|
|
2024-06-03 00:17:19 -05:00
|
|
|
= help: remove the dependency or add `use somedep as _;` to the crate root
|
2022-04-14 17:09:00 -05:00
|
|
|
= note: requested on the command line with `-D unused-crate-dependencies`
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-04-14 17:09:00 -05:00
|
|
|
|