mirror of
https://github.com/clap-rs/clap
synced 2024-11-14 00:27:13 +00:00
5 lines
212 B
Text
5 lines
212 B
Text
error[E0277]: the trait bound `Kind: Default` is not satisfied
|
|
--> tests/derive_ui/skip_without_default.rs:22:11
|
|
|
|
|
22 | #[arg(skip)]
|
|
| ^^^^ the trait `Default` is not implemented for `Kind`
|