mirror of
https://github.com/clap-rs/clap
synced 2024-11-15 09:07:10 +00:00
5 lines
266 B
Text
5 lines
266 B
Text
error[E0277]: the trait bound `bool: ValueEnum` is not satisfied
|
|
--> tests/derive_ui/bool_value_enum.rs:6:30
|
|
|
|
|
6 | #[arg(short, value_enum, default_value_t)]
|
|
| ^^^^^^^^^^^^^^^ the trait `ValueEnum` is not implemented for `bool`
|