]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unused-crate-deps/warn-cmdline.stderr
Rollup merge of #95376 - WaffleLapkin:drain_keep_rest, r=dtolnay
[rust.git] / src / test / ui / unused-crate-deps / warn-cmdline.stderr
1 warning: external crate `bar` unused in `warn_cmdline`: remove the dependency or add `use bar as _;`
2   --> $DIR/warn-cmdline.rs:8:1
3    |
4 LL | fn main() {}
5    | ^
6    |
7    = note: requested on the command line with `-W unused-crate-dependencies`
8
9 warning: 1 warning emitted
10