summaryrefslogtreecommitdiffstats
path: root/src/test/ui/extern-flag/no-nounused.stderr
blob: 6446c53236ca262afbfe36360fb2b8365f755d6e (plain)
1
2
3
4
5
6
7
8
9
10
error: external crate `somedep` unused in `no_nounused`: remove the dependency or add `use somedep as _;`
  --> $DIR/no-nounused.rs:5:1
   |
LL | fn main() {
   | ^
   |
   = note: requested on the command line with `-D unused-crate-dependencies`

error: aborting due to previous error