From cbc6b65d9a4a404392a928dfc200a7616cfc2c98 Mon Sep 17 00:00:00 2001 From: francorbacho Date: Thu, 5 Oct 2023 16:16:31 +0200 Subject: [PATCH] Keep fluent slugs in alphabetical order --- compiler/rustc_builtin_macros/messages.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/rustc_builtin_macros/messages.ftl b/compiler/rustc_builtin_macros/messages.ftl index 8f158fb17da..dda466b026d 100644 --- a/compiler/rustc_builtin_macros/messages.ftl +++ b/compiler/rustc_builtin_macros/messages.ftl @@ -137,8 +137,6 @@ builtin_macros_format_positional_after_named = positional arguments cannot follo .label = positional arguments must be before named arguments .named_args = named argument -builtin_macros_format_remove_raw_ident = remove the `r#` - builtin_macros_format_redundant_args = redundant {$n -> [one] argument *[more] arguments @@ -153,6 +151,8 @@ builtin_macros_format_redundant_args = redundant {$n -> } .suggestion = this can be removed +builtin_macros_format_remove_raw_ident = remove the `r#` + builtin_macros_format_requires_string = requires at least a format string argument builtin_macros_format_string_invalid = invalid format string: {$desc}