diff options
| author | yukang <moorekang@gmail.com> | 2022-09-15 17:33:28 +0800 |
|---|---|---|
| committer | yukang <moorekang@gmail.com> | 2022-09-15 17:33:28 +0800 |
| commit | 2194fc957a2a7daaf35703603553649dfc23e34d (patch) | |
| tree | be6671ce5dc91768bba8dac3b8082fcb87a51f6d /compiler | |
| parent | c3f59295fecb9a7cb067bc4a5b50f779e159a55b (diff) | |
| download | rust-2194fc957a2a7daaf35703603553649dfc23e34d.tar.gz rust-2194fc957a2a7daaf35703603553649dfc23e34d.zip | |
fix 101793, fix the wording of help msg for bitwise not
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_error_messages/locales/en-US/parser.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_error_messages/locales/en-US/parser.ftl b/compiler/rustc_error_messages/locales/en-US/parser.ftl index f74df3d9746..b4636eee256 100644 --- a/compiler/rustc_error_messages/locales/en-US/parser.ftl +++ b/compiler/rustc_error_messages/locales/en-US/parser.ftl @@ -55,7 +55,7 @@ parser_tilde_is_not_unary_operator = `~` cannot be used as a unary operator .suggestion = use `!` to perform bitwise not parser_unexpected_token_after_not = unexpected {$negated_desc} after identifier - .suggestion = use `!` to perform logical negation + .suggestion = use `!` to perform bitwise not parser_malformed_loop_label = malformed loop label .suggestion = use the correct loop label format |
