2019-08-05 19:23:46 -07:00
|
|
|
warning: variant is never constructed: `Void`
|
|
|
|
--> $DIR/derive-uninhabited-enum-38885.rs:13:5
|
2018-11-01 02:57:37 +00:00
|
|
|
|
|
2019-08-05 19:23:46 -07:00
|
|
|
LL | Void(Void),
|
|
|
|
| ^^^^^^^^^^
|
2018-11-01 02:57:37 +00:00
|
|
|
|
|
|
|
|
= note: `-W dead-code` implied by `-W unused`
|
|
|
|
|