aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/parse_empty_try_from_os.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'structopt/tests/ui/parse_empty_try_from_os.stderr')
-rw-r--r--structopt/tests/ui/parse_empty_try_from_os.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/structopt/tests/ui/parse_empty_try_from_os.stderr b/structopt/tests/ui/parse_empty_try_from_os.stderr
deleted file mode 100644
index 3dc9f24..0000000
--- a/structopt/tests/ui/parse_empty_try_from_os.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error: you must set parser for `try_from_os_str` explicitly
- --> $DIR/parse_empty_try_from_os.rs:14:23
- |
-14 | #[structopt(parse(try_from_os_str))]
- | ^^^^^^^^^^^^^^^