summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/bad-lint-cap2.stderr
blob: 3f3affe5a98115683a401d62d02c905bed2a30cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: unused import: `std::option`
  --> $DIR/bad-lint-cap2.rs:6:5
   |
LL | use std::option;
   |     ^^^^^^^^^^^
   |
note: the lint level is defined here
  --> $DIR/bad-lint-cap2.rs:4:9
   |
LL | #![deny(warnings)]
   |         ^^^^^^^^
   = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`

error: aborting due to previous error