rust/src/test/ui/bad/bad-lint-cap2.stderr
2018-12-25 21:08:33 -07:00

16 lines
348 B
Plaintext

error: unused import: `std::option`
--> $DIR/bad-lint-cap2.rs:6:5
|
LL | use std::option; //~ ERROR
| ^^^^^^^^^^^
|
note: lint level 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