clap/tests/derive_ui/default_value_wo_value_removed.stderr
Ed Page 3390adf0d3 chore: Bump MSRV to 1.60.0
While at it, this cleans up all of the features.  For some reason, I
couldn't do `dep:clap_derive` though.
2022-08-10 21:32:06 -05:00

8 lines
307 B
Text

error: `#[clap(default_value)` attribute (without a value) has been replaced by `#[clap(default_value_t)]`.
= help: Change the attribute to `#[clap(default_value_t)]`
--> tests/derive_ui/default_value_wo_value_removed.rs:14:12
|
14 | #[clap(default_value)]
| ^^^^^^^^^^^^^