rust/tests/ui/imports/unused.stderr

16 lines
361 B
Plaintext

error: unused import: `super::f`
--> $DIR/unused.rs:7:24
|
LL | pub(super) use super::f;
| ^^^^^^^^
|
note: the lint level is defined here
--> $DIR/unused.rs:1:9
|
LL | #![deny(unused)]
| ^^^^^^
= note: `#[deny(unused_imports)]` implied by `#[deny(unused)]`
error: aborting due to 1 previous error