mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
6 lines
171 B
Text
6 lines
171 B
Text
|
error: `#[derive(ValueEnum)]` only supports non-unit variants, unless they are skipped
|
||
|
--> tests/derive_ui/value_enum_non_unit.rs:5:5
|
||
|
|
|
||
|
5 | Foo(usize),
|
||
|
| ^^^
|