File tree 1 file changed +2
-2
lines changed
compiler/rustc_builtin_macros
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,6 @@ builtin_macros_format_positional_after_named = positional arguments cannot follo
137
137
.label = positional arguments must be before named arguments
138
138
.named_args = named argument
139
139
140
- builtin_macros_format_remove_raw_ident = remove the `r#`
141
-
142
140
builtin_macros_format_redundant_args = redundant { $n ->
143
141
[ one ] argument
144
142
*[ more ] arguments
@@ -153,6 +151,8 @@ builtin_macros_format_redundant_args = redundant {$n ->
153
151
}
154
152
.suggestion = this can be removed
155
153
154
+ builtin_macros_format_remove_raw_ident = remove the `r#`
155
+
156
156
builtin_macros_format_requires_string = requires at least a format string argument
157
157
158
158
builtin_macros_format_string_invalid = invalid format string: { $desc }
You can’t perform that action at this time.
0 commit comments