]> git.proxmox.com Git - rustc.git/blame - src/test/ui/unused-crate-deps/libfib.stderr
Update unsuspicious file list
[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`
8
9warning: 1 warning emitted
10