2021-07-15 16:43:34 +00:00
|
|
|
error[E0277]: the trait bound `SubCmd: clap::Args` is not satisfied
|
2021-10-11 20:54:44 +00:00
|
|
|
--> $DIR/flatten_enum_in_struct.rs:3:12
|
2021-07-15 16:43:34 +00:00
|
|
|
|
|
|
|
|
3 | #[clap(flatten)]
|
|
|
|
| ^^^^^^^ the trait `clap::Args` is not implemented for `SubCmd`
|
|
|
|
|
|
|
|
|
= note: required by `augment_args`
|
2021-10-15 15:19:03 +00:00
|
|
|
|
|
|
|
error[E0277]: the trait bound `SubCmd: clap::Args` is not satisfied
|
|
|
|
--> $DIR/flatten_enum_in_struct.rs:3:12
|
|
|
|
|
|
|
|
|
3 | #[clap(flatten)]
|
|
|
|
| ^^^^^^^ the trait `clap::Args` is not implemented for `SubCmd`
|
|
|
|
|
|
|
|
|
= note: required by `augment_args_for_update`
|