mirror of
https://github.com/clap-rs/clap
synced 2025-01-05 17:28:42 +00:00
5 lines
139 B
Text
5 lines
139 B
Text
error: `flatten` is usable only with single-typed tuple variants
|
|
--> $DIR/enum_flatten.rs:14:5
|
|
|
|
|
14 | #[clap(flatten)]
|
|
| ^
|