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

error: aborting due to previous error