]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/bad-lint-cap2.stderr
Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3
[rust.git] / tests / ui / lint / bad-lint-cap2.stderr
1 error: unused import: `std::option`
2   --> $DIR/bad-lint-cap2.rs:6:5
3    |
4 LL | use std::option;
5    |     ^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/bad-lint-cap2.rs:4:9
9    |
10 LL | #![deny(warnings)]
11    |         ^^^^^^^^
12    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
13
14 error: aborting due to previous error
15