clap/tests/derive_ui/bool_value_enum.stderr
Ed Page 3390adf0d3 chore: Bump MSRV to 1.60.0
While at it, this cleans up all of the features.  For some reason, I
couldn't do `dep:clap_derive` though.
2022-08-10 21:32:06 -05:00

5 lines
268 B
Text

error[E0277]: the trait bound `bool: ValueEnum` is not satisfied
--> tests/derive_ui/bool_value_enum.rs:6:31
|
6 | #[clap(short, value_enum, default_value_t)]
| ^^^^^^^^^^^^^^^ the trait `ValueEnum` is not implemented for `bool`