about summary refs log tree commit diff
path: root/src/test/ui/async-await/no-async-const.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/async-await/no-async-const.stderr')
-rw-r--r--src/test/ui/async-await/no-async-const.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/async-await/no-async-const.stderr b/src/test/ui/async-await/no-async-const.stderr
index f89d1810ba4..05cdbff0bf0 100644
--- a/src/test/ui/async-await/no-async-const.stderr
+++ b/src/test/ui/async-await/no-async-const.stderr
@@ -2,7 +2,7 @@ error: expected one of `fn` or `unsafe`, found keyword `const`
   --> $DIR/no-async-const.rs:5:11
    |
 LL | pub async const fn x() {}
-   |           ^^^^^ expected one of `fn` or `unsafe` here
+   |           ^^^^^ expected one of `fn` or `unsafe`
 
 error: aborting due to previous error