aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/parse_literal_spec.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'structopt/tests/ui/parse_literal_spec.stderr')
-rw-r--r--structopt/tests/ui/parse_literal_spec.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/structopt/tests/ui/parse_literal_spec.stderr b/structopt/tests/ui/parse_literal_spec.stderr
new file mode 100644
index 0000000..6e99e8b
--- /dev/null
+++ b/structopt/tests/ui/parse_literal_spec.stderr
@@ -0,0 +1,5 @@
+error: parser specification must start with identifier
+ --> $DIR/parse_literal_spec.rs:14:23
+ |
+14 | #[structopt(parse("from_str"))]
+ | ^^^^^^^^^^