]> git.proxmox.com Git - rustc.git/blob - vendor/structopt/tests/ui/skip_without_default.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / vendor / structopt / tests / ui / skip_without_default.stderr
1 error[E0277]: the trait bound `Kind: std::default::Default` is not satisfied
2 --> $DIR/skip_without_default.rs:22:17
3 |
4 22 | #[structopt(skip)]
5 | ^^^^ the trait `std::default::Default` is not implemented for `Kind`
6 |
7 = note: required by `std::default::Default::default`
8
9 For more information about this error, try `rustc --explain E0277`.