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