]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/bad-lint-cap2.stderr
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-2021-12-20
[rust.git] / src / test / 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