mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
6 lines
185 B
Text
6 lines
185 B
Text
error: `flatten` is usable only with single-typed tuple variants
|
|
--> tests/derive_ui/enum_flatten.rs:14:5
|
|
|
|
|
14 | / #[command(flatten)]
|
|
15 | | Variant1,
|
|
| |____________^
|