clap/clap_derive/tests/ui/multiple_external_subcommand.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

5 lines
213 B
Text

error: Only one variant can be marked with `external_subcommand`, this is the second
--> $DIR/multiple_external_subcommand.rs:14:12
|
14 | #[clap(external_subcommand)]
| ^^^^^^^^^^^^^^^^^^^