9 lines
196 B
Plaintext
9 lines
196 B
Plaintext
warning: variant is never constructed: `Void`
|
|
--> $DIR/derive-uninhabited-enum-38885.rs:13:5
|
|
|
|
|
LL | Void(Void),
|
|
| ^^^^^^^^^^
|
|
|
|
|
= note: `-W dead-code` implied by `-W unused`
|
|
|