clap/tests/derive_ui/flatten_enum_in_struct.stderr

10 lines
325 B
Text
Raw Normal View History

error[E0277]: the trait bound `SubCmd: clap::Args` is not satisfied
2024-02-08 15:45:17 +00:00
--> tests/derive_ui/flatten_enum_in_struct.rs:4:10
|
2024-02-08 15:45:17 +00:00
4 | sub: SubCmd,
| ^^^^^^ the trait `clap::Args` is not implemented for `SubCmd`
2023-01-09 18:29:41 +00:00
|
= help: the following other types implement trait `clap::Args`:
2024-02-08 15:45:17 +00:00
Box<T>
Opt