mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
error: external crate `bar` unused in `deny_attr`: remove the dependency or add `use bar as _;`
|
|
--> $DIR/deny-attr.rs:6:1
|
|
|
|
|
LL | #![deny(unused_crate_dependencies)]
|
|
| ^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/deny-attr.rs:6:9
|
|
|
|
|
LL | #![deny(unused_crate_dependencies)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|