mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +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)]
|
|
| ^
|