1error[E0277]: the trait bound `SubCmd: clap::Args` is not satisfied
2 --> tests/derive_ui/enum_variant_not_args.rs:3:9
3 |
43 | Sub(SubCmd),
5 | ^^^^^^ the trait `clap::Args` is not implemented for `SubCmd`
6 |
7 = help: the trait `clap::Args` is implemented for `Box<T>`
8