2017-12-10 13:47:55 -06:00
|
|
|
error: unused import: `std::thread`
|
|
|
|
--> $DIR/issue-30730.rs:13:5
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | use std::thread;
|
2017-12-10 13:47:55 -06:00
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: lint level defined here
|
|
|
|
--> $DIR/issue-30730.rs:12:9
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #![deny(warnings)]
|
2017-12-10 13:47:55 -06:00
|
|
|
| ^^^^^^^^
|
|
|
|
= note: #[deny(unused_imports)] implied by #[deny(warnings)]
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|