clap/tests/derive_ui/arg_enum_non_unit.stderr

6 lines
167 B
Text
Raw Normal View History

error: `#[derive(ArgEnum)]` only supports non-unit variants, unless they are skipped
--> tests/derive_ui/arg_enum_non_unit.rs:5:5
2022-03-30 00:48:34 +00:00
|
5 | Foo(usize),
| ^^^