@@ -14,17 +14,6 @@ builtin_macros_asm_duplicate_arg = duplicate argument named `{$name}`
14
14
.label = previously here
15
15
.arg = duplicate argument
16
16
17
- builtin_macros_asm_expected_comma = expected token: `,`
18
- .label = expected `,`
19
-
20
- builtin_macros_asm_expected_other = expected operand, { $is_inline_asm ->
21
- [ false ] options
22
- *[ true ] clobber_abi, options
23
- } , or additional template string
24
-
25
- builtin_macros_asm_expected_string_literal = expected string literal
26
- .label = not a string literal
27
-
28
17
builtin_macros_asm_explicit_register_name = explicit register arguments cannot have names
29
18
30
19
builtin_macros_asm_mayunwind = asm labels are not allowed with the `may_unwind` option
@@ -50,17 +39,8 @@ builtin_macros_asm_pure_combine = the `pure` option must be combined with either
50
39
51
40
builtin_macros_asm_pure_no_output = asm with the `pure` option must have at least one output
52
41
53
- builtin_macros_asm_requires_template = requires at least a template string argument
54
-
55
- builtin_macros_asm_sym_no_path = expected a path for argument to `sym`
56
-
57
- builtin_macros_asm_underscore_input = _ cannot be used for input operands
58
-
59
42
builtin_macros_asm_unsupported_clobber_abi = `clobber_abi` cannot be used with `{ $macro_name } !`
60
43
61
- builtin_macros_asm_unsupported_operand = the `{ $symbol } ` operand cannot be used with `{ $macro_name } !`
62
- .label = the `{ $symbol } ` operand is not meaningful for global-scoped inline assembly, remove it
63
-
64
44
builtin_macros_asm_unsupported_option = the `{ $symbol } ` option cannot be used with `{ $macro_name } !`
65
45
.label = the `{ $symbol } ` option is not meaningful for global-scoped inline assembly
66
46
.suggestion = remove this option
@@ -167,7 +147,10 @@ builtin_macros_expected_comma_in_list = expected token: `,`
167
147
168
148
builtin_macros_expected_one_cfg_pattern = expected 1 cfg-pattern
169
149
170
- builtin_macros_expected_register_class_or_explicit_register = expected register class or explicit register
150
+ builtin_macros_expected_other = expected operand, { $is_inline_asm ->
151
+ [ false ] options
152
+ *[ true ] clobber_abi, options
153
+ } , or additional template string
171
154
172
155
builtin_macros_export_macro_rules = cannot export macro_rules! macros from a `proc-macro` crate type currently
173
156
@@ -260,8 +243,6 @@ builtin_macros_no_default_variant = `#[derive(Default)]` on enum with no `#[defa
260
243
.label = this enum needs a unit variant marked with `#[default]`
261
244
.suggestion = make this unit variant default by placing `#[default]` on it
262
245
263
- builtin_macros_non_abi = at least one abi must be provided as an argument to `clobber_abi`
264
-
265
246
builtin_macros_non_exhaustive_default = default variant must be exhaustive
266
247
.label = declared `#[non_exhaustive]` here
267
248
.help = consider a manual implementation of `Default`
0 commit comments