about summary refs log tree commit diff
path: root/tests/ui/unused-crate-deps/warn-cmdline-static.stderr
blob: 79a3ade8719034675d520df448d95d08df4e8884 (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: extern crate `bar` is unused in crate `warn_cmdline_static`
  --> $DIR/warn-cmdline-static.rs:9:1
   |
LL | fn main() {}
   | ^
   |
   = help: remove the dependency or add `use bar as _;` to the crate root
   = note: requested on the command line with `-W unused-crate-dependencies`

warning: 1 warning emitted