aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/skip_without_default.stderr
blob: b5d702a74a24c70fce0f9c397eca52025da9c477 (plain)
1
2
3
4
5
6
7
error[E0277]: the trait bound `Kind: Default` is not satisfied
  --> $DIR/skip_without_default.rs:22:17
   |
22 |     #[structopt(skip)]
   |                 ^^^^ the trait `Default` is not implemented for `Kind`
   |
   = note: required by `std::default::Default::default`