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, 0 insertions, 5 deletions
diff --git a/structopt/tests/ui/parse_literal_spec.stderr b/structopt/tests/ui/parse_literal_spec.stderr
deleted file mode 100644
index 6e99e8b..0000000
--- a/structopt/tests/ui/parse_literal_spec.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error: parser specification must start with identifier
- --> $DIR/parse_literal_spec.rs:14:23
- |
-14 | #[structopt(parse("from_str"))]
- | ^^^^^^^^^^