mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
warning: external crate `bar` unused in `warn_cmdline`: remove the dependency or add `use bar as _;`
|
|
--> $DIR/warn-cmdline.rs:8:1
|
|
|
|
|
LL | fn main() {}
|
|
| ^
|
|
|
|
|
= note: requested on the command line with `-W unused-crate-dependencies`
|
|
|
|
warning: 1 warning emitted
|
|
|