summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-87217-keyword-order/const-async-const.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/issues/issue-87217-keyword-order/const-async-const.stderr')
-rw-r--r--src/test/ui/parser/issues/issue-87217-keyword-order/const-async-const.stderr17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/test/ui/parser/issues/issue-87217-keyword-order/const-async-const.stderr b/src/test/ui/parser/issues/issue-87217-keyword-order/const-async-const.stderr
deleted file mode 100644
index 977c6ebfe..000000000
--- a/src/test/ui/parser/issues/issue-87217-keyword-order/const-async-const.stderr
+++ /dev/null
@@ -1,17 +0,0 @@
-error: expected one of `extern`, `fn`, or `unsafe`, found keyword `const`
- --> $DIR/const-async-const.rs:5:13
- |
-LL | const async const fn test() {}
- | ^^^^^
- | |
- | expected one of `extern`, `fn`, or `unsafe`
- | help: `const` already used earlier, remove this one
- |
-note: `const` first seen here
- --> $DIR/const-async-const.rs:5:1
- |
-LL | const async const fn test() {}
- | ^^^^^
-
-error: aborting due to previous error
-