mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
3390adf0d3
While at it, this cleans up all of the features. For some reason, I couldn't do `dep:clap_derive` though.
5 lines
217 B
Text
5 lines
217 B
Text
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`
|