2022-06-09 22:14:24 -05:00
|
|
|
error: type alias `Unused` is never used
|
2022-06-22 13:33:59 -05:00
|
|
|
--> $DIR/impl-trait.rs:12:6
|
2019-03-12 07:35:20 -05:00
|
|
|
|
|
|
|
|
LL | type Unused = ();
|
2022-06-22 13:33:59 -05:00
|
|
|
| ^^^^^^
|
2019-03-12 07:35:20 -05:00
|
|
|
|
|
2020-01-22 17:57:38 -06:00
|
|
|
note: the lint level is defined here
|
2019-10-24 23:42:05 -05:00
|
|
|
--> $DIR/impl-trait.rs:1:9
|
2019-03-12 07:35:20 -05:00
|
|
|
|
|
|
|
|
LL | #![deny(dead_code)]
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2019-03-12 07:35:20 -05:00
|
|
|
|