aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/structopt_empty_attr.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'structopt/tests/ui/structopt_empty_attr.stderr')
-rw-r--r--structopt/tests/ui/structopt_empty_attr.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/structopt/tests/ui/structopt_empty_attr.stderr b/structopt/tests/ui/structopt_empty_attr.stderr
new file mode 100644
index 0000000..dde3630
--- /dev/null
+++ b/structopt/tests/ui/structopt_empty_attr.stderr
@@ -0,0 +1,5 @@
+error: expected parentheses after `structopt`
+ --> $DIR/structopt_empty_attr.rs:14:7
+ |
+14 | #[structopt]
+ | ^^^^^^^^^