aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/rename_all_wrong_casing.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'structopt/tests/ui/rename_all_wrong_casing.stderr')
-rw-r--r--structopt/tests/ui/rename_all_wrong_casing.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/structopt/tests/ui/rename_all_wrong_casing.stderr b/structopt/tests/ui/rename_all_wrong_casing.stderr
new file mode 100644
index 0000000..2a72080
--- /dev/null
+++ b/structopt/tests/ui/rename_all_wrong_casing.stderr
@@ -0,0 +1,5 @@
+error: unsupported casing: `fail`
+ --> $DIR/rename_all_wrong_casing.rs:12:42
+ |
+12 | #[structopt(name = "basic", rename_all = "fail")]
+ | ^^^^^^