mirror of
https://github.com/openharmony/third_party_rust_clap.git
synced 2026-07-01 12:13:58 -04:00
8 lines
335 B
Plaintext
8 lines
335 B
Plaintext
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`
|
|
|
|
|
= help: the trait `ValueEnum` is implemented for `ColorChoice`
|