]> git.proxmox.com Git - rustc.git/blame - vendor/structopt/tests/ui/subcommand_opt_vec.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / vendor / structopt / tests / ui / subcommand_opt_vec.stderr
CommitLineData
f20569fa
XL
1error: Option<Vec<T>> type is not allowed for subcommand
2 --> $DIR/subcommand_opt_vec.rs:18:10
3 |
418 | cmd: Option<Vec<Command>>,
5 | ^^^^^^^^^^^^^^^^^^^^