File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/rustc_builtin_macros Expand file tree Collapse file tree 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
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-
142140builtin_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+
156156builtin_macros_format_requires_string = requires at least a format string argument
157157
158158builtin_macros_format_string_invalid = invalid format string: { $desc }
You can’t perform that action at this time.
0 commit comments