diff options
| author | bohan <bohan-zhang@foxmail.com> | 2023-03-09 22:42:06 +0800 |
|---|---|---|
| committer | bohan <bohan-zhang@foxmail.com> | 2023-03-09 22:44:58 +0800 |
| commit | d223c26bced5e3d861daa987820b30091198159e (patch) | |
| tree | 7a2c7ca282181271a84c4b93eb283467edba62b5 /compiler/rustc_parse | |
| parent | 9b60e6c68ff0aabad9a0edd71898466886dbf6bb (diff) | |
| download | rust-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.ftl | 2 |
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 |
