summaryrefslogtreecommitdiff
path: root/subprojects/clap/tests/derive_ui/subcommand_opt_vec.stderr
blob: f1457674ef506c4aebdb4284550ecac4bbca5918 (plain)
1
2
3
4
5
error: Option<Vec<T>> types are not supported for subcommand
  --> tests/derive_ui/subcommand_opt_vec.rs:17:10
   |
17 |     cmd: Option<Vec<Command>>,
   |          ^^^^^^