2024-06-03 00:17:19 -05:00
|
|
|
error: extern crate `bar` is unused in crate `deny_cmdline`
|
2022-04-15 12:33:08 -05:00
|
|
|
--> $DIR/deny-cmdline.rs:7:1
|
|
|
|
|
|
|
|
|
LL | fn main() {}
|
|
|
|
| ^
|
|
|
|
|
|
2024-06-03 00:17:19 -05:00
|
|
|
= help: remove the dependency or add `use bar as _;` to the crate root
|
2022-04-15 12:33:08 -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-15 12:33:08 -05:00
|
|
|
|