aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/parse_literal_spec.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parse_literal_spec.stderr')
-rw-r--r--tests/ui/parse_literal_spec.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ui/parse_literal_spec.stderr b/tests/ui/parse_literal_spec.stderr
new file mode 100644
index 0000000..6e99e8b
--- /dev/null
+++ b/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"))]
+ | ^^^^^^^^^^