summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2565-param-attrs/attr-without-param.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/rfc-2565-param-attrs/attr-without-param.stderr')
-rw-r--r--src/test/ui/rfc-2565-param-attrs/attr-without-param.stderr20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/test/ui/rfc-2565-param-attrs/attr-without-param.stderr b/src/test/ui/rfc-2565-param-attrs/attr-without-param.stderr
deleted file mode 100644
index 26dff4d4b..000000000
--- a/src/test/ui/rfc-2565-param-attrs/attr-without-param.stderr
+++ /dev/null
@@ -1,20 +0,0 @@
-error: expected parameter name, found `)`
- --> $DIR/attr-without-param.rs:3:17
- |
-LL | fn f(#[attr]) {}
- | ^ expected parameter name
-
-error: expected parameter name, found `)`
- --> $DIR/attr-without-param.rs:8:17
- |
-LL | fn f(#[attr]) {}
- | ^ expected parameter name
-
-error: expected argument name, found `)`
- --> $DIR/attr-without-param.rs:13:17
- |
-LL | fn f(#[attr]);
- | ^ expected argument name
-
-error: aborting due to 3 previous errors
-