mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
e0e7383300
`derive_ui.rs` did not have a marker for needing to be updated on MSRV changes, so it got missed.
7 lines
275 B
Text
7 lines
275 B
Text
error[E0277]: the trait bound `Kind: Default` is not satisfied
|
|
--> tests/derive_ui/skip_without_default.rs:22:12
|
|
|
|
|
22 | #[clap(skip)]
|
|
| ^^^^ the trait `Default` is not implemented for `Kind`
|
|
|
|
|
note: required by `std::default::Default::default`
|