summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unused-crate-deps/warn-attr.stderr
blob: 0d38315704b11fb25e6bc7be22774c0714d4f4d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
warning: external crate `bar` unused in `warn_attr`: remove the dependency or add `use bar as _;`
  --> $DIR/warn-attr.rs:7:1
   |
LL | #![warn(unused_crate_dependencies)]
   | ^
   |
note: the lint level is defined here
  --> $DIR/warn-attr.rs:7:9
   |
LL | #![warn(unused_crate_dependencies)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^

warning: 1 warning emitted