mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
7 lines
257 B
Text
7 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)
|