clap/tests/derive_ui/enum_variant_not_args.stderr

8 lines
282 B
Text
Raw Normal View History

error[E0277]: the trait bound `SubCmd: clap::Args` is not satisfied
--> tests/derive_ui/enum_variant_not_args.rs:3:9
|
3 | Sub(SubCmd),
| ^^^^^^ the trait `clap::Args` is not implemented for `SubCmd`
2023-01-09 18:29:41 +00:00
|
= help: the trait `clap::Args` is implemented for `Box<T>`