mirror of
https://github.com/clap-rs/clap
synced 2024-11-15 00:57:15 +00:00
5 lines
167 B
Text
5 lines
167 B
Text
error: `#[derive(ArgEnum)]` only supports non-unit variants, unless they are skipped
|
|
--> tests/derive_ui/arg_enum_non_unit.rs:5:5
|
|
|
|
|
5 | Foo(usize),
|
|
| ^^^
|