summaryrefslogtreecommitdiff
path: root/compiler/rustc_error_messages/locales/en-US/parser.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_error_messages/locales/en-US/parser.ftl')
-rw-r--r--compiler/rustc_error_messages/locales/en-US/parser.ftl5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/rustc_error_messages/locales/en-US/parser.ftl b/compiler/rustc_error_messages/locales/en-US/parser.ftl
index 740ebcab0f8..98836bbc485 100644
--- a/compiler/rustc_error_messages/locales/en-US/parser.ftl
+++ b/compiler/rustc_error_messages/locales/en-US/parser.ftl
@@ -27,3 +27,8 @@ parser-incorrect-semicolon =
parser-incorrect-use-of-await =
incorrect use of `await`
.suggestion = `await` is not a method call, remove the parentheses
+
+
+parser-incorrect-await =
+ incorrect use of `await`
+ .suggestion = `await` is a postfix operation