mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-19 18:06:31 +00:00
6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
error: Option<Option<T>> type is not allowed for subcommand
|
|
--> $DIR/subcommand_opt_opt.rs:18:10
|
|
|
|
|
18 | cmd: Option<Option<Command>>,
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|