mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
5 lines
233 B
Text
5 lines
233 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`
|