mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-21 21:49:51 +00:00
10 lines
371 B
Plaintext
10 lines
371 B
Plaintext
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`.
|