aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/subcommand_opt_vec.stderr
blob: a9833a6063fb8d71a519e932f0931ba28d52a0bb (plain)
1
2
3
4
5
error: Option<Vec<T>> type is not allowed for subcommand
  --> $DIR/subcommand_opt_vec.rs:18:10
   |
18 |     cmd: Option<Vec<Command>>,
   |          ^^^^^^