clap/tests/derive_ui/flatten_enum_in_struct.stderr
2023-01-09 12:29:41 -06:00

9 lines
338 B
Text

error[E0277]: the trait bound `SubCmd: clap::Args` is not satisfied
--> tests/derive_ui/flatten_enum_in_struct.rs:3:15
|
3 | #[command(flatten)]
| ^^^^^^^ the trait `clap::Args` is not implemented for `SubCmd`
|
= help: the following other types implement trait `clap::Args`:
Box<T>
Opt