mirror of
https://github.com/clap-rs/clap
synced 2024-11-15 00:57:15 +00:00
b190a6a817
This reduces the need for us to have `clap` as a dependency in `clap_derive`, preparing the way to fix #15.
6 lines
171 B
Text
6 lines
171 B
Text
error: `flatten` is usable only with single-typed tuple variants
|
|
--> $DIR/enum_flatten.rs:14:5
|
|
|
|
|
14 | / #[clap(flatten)]
|
|
15 | | Variant1,
|
|
| |____________^
|