mirror of
https://github.com/clap-rs/clap
synced 2025-01-22 01:14:59 +00:00
8 lines
306 B
Text
8 lines
306 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])]
|
|
| ^^^^^^^^^^^^^^^^
|