error: EnumAll only supports unit enum. Consider using `#[enum_all(skip)]` to skip non unit variant
--> tests/ui/enum_all_non_unit_enum.rs:3:10
|
3 | #[derive(EnumAll, Clone, Copy, PartialEq, Eq)]
| ^^^^^^^
|
= note: this error originates in the derive macro `EnumAll` (in Nightly builds, run with -Z macro-backtrace for more info)