2018-11-30 13:34:24 -06:00
|
|
|
error: unused import: `core::any`
|
2018-11-27 17:58:18 -06:00
|
|
|
--> $DIR/unused-2018.rs:6:9
|
2018-11-30 13:34:24 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | use core::any;
|
2019-02-11 13:16:22 -06:00
|
|
|
| ^^^^^^^^^
|
2018-11-30 13:34:24 -06:00
|
|
|
|
|
2020-01-22 17:57:38 -06:00
|
|
|
note: the lint level is defined here
|
2018-11-27 17:58:18 -06:00
|
|
|
--> $DIR/unused-2018.rs:3:9
|
2018-11-30 13:34:24 -06:00
|
|
|
|
|
|
|
|
LL | #![deny(unused_imports)]
|
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: unused import: `core`
|
2018-11-27 17:58:18 -06:00
|
|
|
--> $DIR/unused-2018.rs:10:9
|
2018-11-30 13:34:24 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | use core;
|
2019-02-11 13:16:22 -06:00
|
|
|
| ^^^^
|
2018-11-30 13:34:24 -06:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|