mirror of
https://github.com/clap-rs/clap
synced 2025-01-18 23:53:54 +00:00
9 lines
306 B
Text
9 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])]
|
||
|
| ^^^^^^^^^^^^^^^^
|