diff options
| author | Xiretza <xiretza@xiretza.xyz> | 2022-08-17 11:35:17 +0200 |
|---|---|---|
| committer | Xiretza <xiretza@xiretza.xyz> | 2022-08-18 12:34:11 +0200 |
| commit | 00fec76ab53896c37eb584bc567d9a06865d0e17 (patch) | |
| tree | a1d3acd9fcd7716fc667f022ae5162535c74912a /compiler | |
| parent | f241c0c43d71960f078b897e9b8721d4b452ce5e (diff) | |
| download | rust-00fec76ab53896c37eb584bc567d9a06865d0e17.tar.gz rust-00fec76ab53896c37eb584bc567d9a06865d0e17.zip | |
tidy: check fluent files for style
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_error_messages/locales/en-US/borrowck.ftl | 4 | ||||
| -rw-r--r-- | compiler/rustc_error_messages/locales/en-US/expand.ftl | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/compiler/rustc_error_messages/locales/en-US/borrowck.ftl b/compiler/rustc_error_messages/locales/en-US/borrowck.ftl index 4af40d2062d..93224f843fb 100644 --- a/compiler/rustc_error_messages/locales/en-US/borrowck.ftl +++ b/compiler/rustc_error_messages/locales/en-US/borrowck.ftl @@ -13,6 +13,6 @@ borrowck_could_not_normalize = borrowck_higher_ranked_subtype_error = higher-ranked subtype error - + generic_does_not_live_long_enough = - `{$kind}` does not live long enough \ No newline at end of file + `{$kind}` does not live long enough diff --git a/compiler/rustc_error_messages/locales/en-US/expand.ftl b/compiler/rustc_error_messages/locales/en-US/expand.ftl index ee76a4f4500..5720591154f 100644 --- a/compiler/rustc_error_messages/locales/en-US/expand.ftl +++ b/compiler/rustc_error_messages/locales/en-US/expand.ftl @@ -4,10 +4,10 @@ expand_explain_doc_comment_outer = expand_explain_doc_comment_inner = inner doc comments expand to `#![doc = "..."]`, which is what this macro attempted to match -expand_expr_repeat_no_syntax_vars = +expand_expr_repeat_no_syntax_vars = attempted to repeat an expression containing no syntax variables matched as repeating at this depth -expand_must_repeat_once = +expand_must_repeat_once = this must repeat at least once expand_count_repetition_misplaced = @@ -19,4 +19,4 @@ expand_meta_var_expr_unrecognized_var = expand_var_still_repeating = variable '{$ident}' is still repeating at this depth -expand_meta_var_dif_seq_matchers = {$msg} \ No newline at end of file +expand_meta_var_dif_seq_matchers = {$msg} |
