clap/tests/derive_ui/bool_value_enum.stderr

6 lines
266 B
Text
Raw Normal View History

2022-07-21 22:07:42 +00:00
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`