mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
8 lines
269 B
Text
8 lines
269 B
Text
|
error[E0600]: cannot apply unary operator `-` to type `u32`
|
||
|
--> $DIR/default_value_t_invalid.rs:14:30
|
||
|
|
|
||
|
14 | #[clap(default_value_t = -10)]
|
||
|
| ^^^ cannot apply unary operator `-`
|
||
|
|
|
||
|
= note: unsigned values cannot be negated
|