mirror of
https://github.com/clap-rs/clap
synced 2025-01-07 10:18:48 +00:00
8 lines
257 B
Text
8 lines
257 B
Text
|
error: `#[derive(ArgEnum)]` only supports enums
|
||
|
--> $DIR/arg_enum_on_struct.rs:3:10
|
||
|
|
|
||
|
3 | #[derive(ArgEnum, Debug)]
|
||
|
| ^^^^^^^
|
||
|
|
|
||
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
|