1warning: variant is never constructed: `Void`
2  --> $DIR/derive-uninhabited-enum-38885.rs:13:5
3   |
4LL |     Void(Void),
5   |     ^^^^^^^^^^
6   |
7   = note: `-W dead-code` implied by `-W unused`
8
9warning: 1 warning emitted
10
11