]> git.lizzy.rs Git - rust.git/blob - src/test/ui/extern-flag/no-nounused.stderr
Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkov
[rust.git] / src / test / ui / extern-flag / no-nounused.stderr
1 error: external crate `somedep` unused in `no_nounused`: remove the dependency or add `use somedep as _;`
2   --> $DIR/no-nounused.rs:5:1
3    |
4 LL | fn main() {
5    | ^
6    |
7    = note: requested on the command line with `-D unused-crate-dependencies`
8
9 error: aborting due to previous error
10