]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/unused.stderr
Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petrochenkov
[rust.git] / tests / ui / imports / unused.stderr
1 error: unused import: `super::f`
2   --> $DIR/unused.rs:7:24
3    |
4 LL |         pub(super) use super::f;
5    |                        ^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/unused.rs:1:9
9    |
10 LL | #![deny(unused)]
11    |         ^^^^^^
12    = note: `#[deny(unused_imports)]` implied by `#[deny(unused)]`
13
14 error: aborting due to previous error
15