Skip to content

Commit

Permalink
Keep fluent slugs in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
francorbacho committed Oct 5, 2023
1 parent c8ee7db commit cbc6b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rustc_builtin_macros/messages.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}
Expand Down

0 comments on commit cbc6b65

Please sign in to comment.