mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
abcee38466
Really this is about consolidating the skip checks but it also provideda chance to improve the error.
5 lines
157 B
Text
5 lines
157 B
Text
error: `long` cannot be used with `#[arg(skip)]
|
|
--> tests/derive_ui/skip_with_other_options.rs:8:17
|
|
|
|
|
8 | #[arg(skip, long)]
|
|
| ^^^^
|