mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52: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.
7 lines
269 B
Text
7 lines
269 B
Text
error: `#[derive(ArgEnum)]` only supports enums
|
|
--> $DIR/arg_enum_on_struct.rs:3:10
|
|
|
|
|
3 | #[derive(ArgEnum, Debug)]
|
|
| ^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `ArgEnum` (in Nightly builds, run with -Z macro-backtrace for more info)
|