clap/clap_derive/tests/ui/enum_flatten.stderr
Ed Page 52d3942ba6 fix(derive): Reduce compiler error noise
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.
2021-07-30 10:19:21 +01:00

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,
| |____________^