mirror of
https://github.com/clap-rs/clap
synced 2024-12-15 23:32:32 +00:00
10 lines
361 B
Text
10 lines
361 B
Text
|
error[E0277]: the trait bound `Kind: std::default::Default` is not satisfied
|
||
|
--> $DIR/skip_without_default.rs:22:12
|
||
|
|
|
||
|
22 | #[clap(skip)]
|
||
|
| ^^^^ the trait `std::default::Default` is not implemented for `Kind`
|
||
|
|
|
||
|
= note: required by `std::default::Default::default`
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0277`.
|