mirror of
https://github.com/clap-rs/clap
synced 2024-11-15 09:07:10 +00:00
3390adf0d3
While at it, this cleans up all of the features. For some reason, I couldn't do `dep:clap_derive` though.
7 lines
367 B
Text
7 lines
367 B
Text
error[E0277]: the trait bound `SubCmd: Subcommand` is not satisfied
|
|
--> tests/derive_ui/flatten_struct_in_enum.rs:1:10
|
|
|
|
|
1 | #[derive(clap::Parser)]
|
|
| ^^^^^^^^^^^^ the trait `Subcommand` is not implemented for `SubCmd`
|
|
|
|
|
= note: this error originates in the derive macro `clap::Parser` (in Nightly builds, run with -Z macro-backtrace for more info)
|