]> git.proxmox.com Git - rustc.git/blobdiff - vendor/structopt/tests/ui/subcommand_opt_vec.stderr
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / vendor / structopt / tests / ui / subcommand_opt_vec.stderr
diff --git a/vendor/structopt/tests/ui/subcommand_opt_vec.stderr b/vendor/structopt/tests/ui/subcommand_opt_vec.stderr
new file mode 100644 (file)
index 0000000..a36071b
--- /dev/null
@@ -0,0 +1,5 @@
+error: Option<Vec<T>> type is not allowed for subcommand
+  --> $DIR/subcommand_opt_vec.rs:18:10
+   |
+18 |     cmd: Option<Vec<Command>>,
+   |          ^^^^^^^^^^^^^^^^^^^^