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