blob: 0d9aa5818e28d615c69ebfbc6a0a9cf40ffb3a54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error: enum with no variants
--> $DIR/empty_enum.rs:5:1
|
LL | enum Empty {}
| ^^^^^^^^^^^^^
|
= help: consider using the uninhabited type `!` (never type) or a wrapper around it to introduce a type which can't be instantiated
= note: `-D clippy::empty-enum` implied by `-D warnings`
error: aborting due to previous error
|