11 lines
224 B
Plaintext
11 lines
224 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`
|
|
|
|
warning: 1 warning emitted
|
|
|