summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unused-crate-deps/warn-cmdline-static.stderr
blob: 65956461d643928fa5a319c7ae533f3dc7e15ded (plain)
1
2
3
4
5
6
7
8
9
10
warning: external crate `bar` unused in `warn_cmdline_static`: remove the dependency or add `use bar as _;`
  --> $DIR/warn-cmdline-static.rs:9:1
   |
LL | fn main() {}
   | ^
   |
   = note: requested on the command line with `-W unused-crate-dependencies`

warning: 1 warning emitted