2021-07-15 16:43:34 +00:00
|
|
|
error[E0277]: the trait bound `SubCmd: clap::Args` is not satisfied
|
2022-08-11 02:32:04 +00:00
|
|
|
--> tests/derive_ui/flatten_enum_in_struct.rs:3:12
|
|
|
|
|
|
|
|
|
3 | #[clap(flatten)]
|
|
|
|
| ^^^^^^^ the trait `clap::Args` is not implemented for `SubCmd`
|