mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
52d3942ba6
It looks like CI hasn't been running on this and we've introduced some problems. It looks like we had an off-by-one error in the check for MSRV for deciding to run ui tests.
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,
|
|
| |____________^
|