]> git.proxmox.com Git - rustc.git/blame - src/test/ui/unused-crate-deps/libfib.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / unused-crate-deps / libfib.stderr
CommitLineData
f9f354fc
XL
1warning: external crate `bar` unused in `libfib`: remove the dependency or add `use bar as _;`
2 --> $DIR/libfib.rs:7:1
3 |
4LL | pub fn fib(n: u32) -> Vec<u32> {
5 | ^
6 |
7 = note: requested on the command line with `-W unused-crate-dependencies`
6a06907d 8 = help: remove unnecessary dependency `bar`
f9f354fc
XL
9
10warning: 1 warning emitted
11