• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error[E0277]: the trait bound `Kind: Default` is not satisfied
2  --> tests/derive_ui/skip_without_default.rs:22:11
3   |
422 |     #[arg(skip)]
5   |           ^^^^ the trait `Default` is not implemented for `Kind`
6