• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error[E0277]: the trait bound `Kind: Default` is not satisfied
2   --> $DIR/skip_without_default.rs:22:17
3    |
422  |     #[structopt(skip)]
5    |                 ^^^^ the trait `Default` is not implemented for `Kind`
6    |
7note: required by `std::default::Default::default`
8