clap/tests/derive_ui/arg_enum_non_unit.stderr
2022-03-30 03:49:14 +02:00

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)