• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error[E0277]: the trait bound `bool: ValueEnum` is not satisfied
2 --> tests/derive_ui/bool_value_enum.rs:6:30
3  |
46 |     #[arg(short, value_enum, default_value_t)]
5  |                              ^^^^^^^^^^^^^^^ the trait `ValueEnum` is not implemented for `bool`
6  |
7  = help: the trait `ValueEnum` is implemented for `ColorChoice`
8