mirror of
https://github.com/clap-rs/clap
synced 2024-11-14 08:37:16 +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.
5 lines
213 B
Text
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)]
|
|
| ^^^^^^^^^^^^^^^^^^^
|