clap/tests/derive_ui/default_values_t_invalid.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
313 B
Text

error: #[clap(default_values_t)] can be used only on Vec types
= note: see https://github.com/clap-rs/clap/blob/master/examples/derive_ref/README.md#magic-attributes
--> tests/derive_ui/default_values_t_invalid.rs:6:12
|
6 | #[clap(default_values_t = [1, 2, 3])]
| ^^^^^^^^^^^^^^^^