summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unused-crate-deps/libfib.stderr
blob: 15833126bd6201ddda75e3b529eb26f8dc08473c (plain)
1
2
3
4
5
6
7
8
9
10
warning: external crate `bar` unused in `libfib`: remove the dependency or add `use bar as _;`
  --> $DIR/libfib.rs:7:1
   |
LL | pub fn fib(n: u32) -> Vec<u32> {
   | ^
   |
   = note: requested on the command line with `-W unused-crate-dependencies`

warning: 1 warning emitted