aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/flatten_and_parse.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'structopt/tests/ui/flatten_and_parse.stderr')
-rw-r--r--structopt/tests/ui/flatten_and_parse.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/structopt/tests/ui/flatten_and_parse.stderr b/structopt/tests/ui/flatten_and_parse.stderr
new file mode 100644
index 0000000..e217a84
--- /dev/null
+++ b/structopt/tests/ui/flatten_and_parse.stderr
@@ -0,0 +1,5 @@
+error: parse attribute is not allowed for flattened entry
+ --> $DIR/flatten_and_parse.rs:22:26
+ |
+22 | #[structopt(flatten, parse(from_occurrences))]
+ | ^^^^^