mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 07:47:44 +00:00
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
error: required is meaningless for Option
|
|
--> $DIR/option_required.rs:14:24
|
|
|
|
|
14 | #[structopt(short, required = true)]
|
|
| ^^^^^^^^
|