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