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