mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-21 21:49:51 +00:00
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
error: default_value is meaningless for bool
|
|
--> $DIR/bool_default_value.rs:14:24
|
|
|
|
|
14 | #[structopt(short, default_value = true)]
|
|
| ^^^^^^^^^^^^^
|