rust/tests/ui/extern-flag/no-nounused.stderr
2024-06-03 07:25:32 +02:00

12 lines
324 B
Plaintext

error: extern crate `somedep` is unused in crate `no_nounused`
--> $DIR/no-nounused.rs:5:1
|
LL | fn main() {
| ^
|
= help: remove the dependency or add `use somedep as _;` to the crate root
= note: requested on the command line with `-D unused-crate-dependencies`
error: aborting due to 1 previous error