mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
7 lines
298 B
Text
7 lines
298 B
Text
error: `#[derive(ArgEnum)]` only supports non-unit variants
|
|
--> tests/derive_ui/arg_enum_non_unit.rs:3:10
|
|
|
|
|
3 | #[derive(ArgEnum, Clone, Debug)]
|
|
| ^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `ArgEnum` (in Nightly builds, run with -Z macro-backtrace for more info)
|