aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/subcommand_opt_opt.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'structopt/tests/ui/subcommand_opt_opt.stderr')
-rw-r--r--structopt/tests/ui/subcommand_opt_opt.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/structopt/tests/ui/subcommand_opt_opt.stderr b/structopt/tests/ui/subcommand_opt_opt.stderr
new file mode 100644
index 0000000..daad02f
--- /dev/null
+++ b/structopt/tests/ui/subcommand_opt_opt.stderr
@@ -0,0 +1,5 @@
+error: Option<Option<T>> type is not allowed for subcommand
+ --> $DIR/subcommand_opt_opt.rs:18:10
+ |
+18 | cmd: Option<Option<Command>>,
+ | ^^^^^^