blob: 330898f688ad8a37e67bd48a3aeead323ffb2a2f (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0277]: the trait bound `Kind: std::default::Default` is not satisfied
--> $DIR/skip_without_default.rs:22:17
|
22 | #[structopt(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`.
|