Skip to content

Commit cbc6b65

Browse files
committed
Keep fluent slugs in alphabetical order
1 parent c8ee7db commit cbc6b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_builtin_macros/messages.ftl

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ builtin_macros_format_positional_after_named = positional arguments cannot follo
137137
.label = positional arguments must be before named arguments
138138
.named_args = named argument
139139
140-
builtin_macros_format_remove_raw_ident = remove the `r#`
141-
142140
builtin_macros_format_redundant_args = redundant {$n ->
143141
[one] argument
144142
*[more] arguments
@@ -153,6 +151,8 @@ builtin_macros_format_redundant_args = redundant {$n ->
153151
}
154152
.suggestion = this can be removed
155153
154+
builtin_macros_format_remove_raw_ident = remove the `r#`
155+
156156
builtin_macros_format_requires_string = requires at least a format string argument
157157
158158
builtin_macros_format_string_invalid = invalid format string: {$desc}

0 commit comments

Comments
 (0)