]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unused-crate-deps/extern-loc-json.stderr
Move some tests with compare-mode=nll output to revisions
[rust.git] / src / test / ui / unused-crate-deps / extern-loc-json.stderr
1 warning: external crate `bar` unused in `extern_loc_json`: remove the dependency or add `use bar as _;`
2   --> $DIR/extern-loc-json.rs:7:1
3    |
4 LL | #![warn(unused_crate_dependencies)]
5    | ^
6    |
7 note: the lint level is defined here
8   --> $DIR/extern-loc-json.rs:7:9
9    |
10 LL | #![warn(unused_crate_dependencies)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
12    = help: remove unnecessary dependency `bar`
13
14 warning: 1 warning emitted
15