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