]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unused-crate-deps/warn-cmdline-static.stderr
Move some tests with compare-mode=nll output to revisions
[rust.git] / src / test / ui / unused-crate-deps / warn-cmdline-static.stderr
1 warning: external crate `bar` unused in `warn_cmdline_static`: remove the dependency or add `use bar as _;`
2   --> $DIR/warn-cmdline-static.rs:9:1
3    |
4 LL | fn main() {}
5    | ^
6    |
7    = note: requested on the command line with `-W unused-crate-dependencies`
8    = help: remove unnecessary dependency `bar`
9
10 warning: 1 warning emitted
11