aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/skip_with_other_options.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'structopt/tests/ui/skip_with_other_options.stderr')
-rw-r--r--structopt/tests/ui/skip_with_other_options.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/structopt/tests/ui/skip_with_other_options.stderr b/structopt/tests/ui/skip_with_other_options.stderr
new file mode 100644
index 0000000..3345f92
--- /dev/null
+++ b/structopt/tests/ui/skip_with_other_options.stderr
@@ -0,0 +1,5 @@
+error: methods are not allowed for skipped fields
+ --> $DIR/skip_with_other_options.rs:8:17
+ |
+8 | #[structopt(skip, long)]
+ | ^^^^