blob: a3ed6798a7039cf00974a8f724c5bbba079fb95c [file] [log] [blame]
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`