about summary refs log tree commit diff
path: root/compiler/rustc_parse
diff options
context:
space:
mode:
authorbohan <bohan-zhang@foxmail.com>2023-03-09 22:42:06 +0800
committerbohan <bohan-zhang@foxmail.com>2023-03-09 22:44:58 +0800
commitd223c26bced5e3d861daa987820b30091198159e (patch)
tree7a2c7ca282181271a84c4b93eb283467edba62b5 /compiler/rustc_parse
parent9b60e6c68ff0aabad9a0edd71898466886dbf6bb (diff)
downloadrust-d223c26bced5e3d861daa987820b30091198159e.tar.gz
rust-d223c26bced5e3d861daa987820b30091198159e.zip
fix(lexer): not skipped whitespace warning for '\x0c'
Diffstat (limited to 'compiler/rustc_parse')
-rw-r--r--compiler/rustc_parse/locales/en-US.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse/locales/en-US.ftl b/compiler/rustc_parse/locales/en-US.ftl
index e76e91fc1b1..d8e816aa115 100644
--- a/compiler/rustc_parse/locales/en-US.ftl
+++ b/compiler/rustc_parse/locales/en-US.ftl
@@ -710,7 +710,7 @@ parse_zero_chars = empty character literal
 parse_lone_slash = invalid trailing slash in literal
     .label = {parse_lone_slash}
 
-parse_unskipped_whitespace = non-ASCII whitespace symbol '{$ch}' is not skipped
+parse_unskipped_whitespace = whitespace symbol '{$ch}' is not skipped
     .label = {parse_unskipped_whitespace}
 
 parse_multiple_skipped_lines = multiple lines skipped by escaped newline