about summary refs log tree commit diff
path: root/src/test/ui/compile-fail-migration/bad-lint-cap2.stderr
blob: 7471aa21e58ccaf42086f66bb11412bb9df2340a (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:16:5
   |
LL | use std::option; //~ ERROR
   |     ^^^^^^^^^^^
   |
note: lint level defined here
  --> $DIR/bad-lint-cap2.rs:14:9
   |
LL | #![deny(warnings)]
   |         ^^^^^^^^
   = note: #[deny(unused_imports)] implied by #[deny(warnings)]

error: aborting due to previous error