clap/tests/derive_ui/arg_enum_on_struct.stderr

8 lines
276 B
Text
Raw Normal View History

error: `#[derive(ArgEnum)]` only supports enums
--> $DIR/arg_enum_on_struct.rs:3:10
|
2021-09-29 17:31:05 +00:00
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)