We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ee7db commit cbc6b65Copy full SHA for cbc6b65
compiler/rustc_builtin_macros/messages.ftl
@@ -137,8 +137,6 @@ builtin_macros_format_positional_after_named = positional arguments cannot follo
137
.label = positional arguments must be before named arguments
138
.named_args = named argument
139
140
-builtin_macros_format_remove_raw_ident = remove the `r#`
141
-
142
builtin_macros_format_redundant_args = redundant {$n ->
143
[one] argument
144
*[more] arguments
@@ -153,6 +151,8 @@ builtin_macros_format_redundant_args = redundant {$n ->
153
151
}
154
152
.suggestion = this can be removed
155
+builtin_macros_format_remove_raw_ident = remove the `r#`
+
156
builtin_macros_format_requires_string = requires at least a format string argument
157
158
builtin_macros_format_string_invalid = invalid format string: {$desc}
0 commit comments