rustc_ast_lowering: make asm-related unstability messages translatable
This commit is contained in:
parent
290df4fa56
commit
67602980de
2 changed files with 21 additions and 7 deletions
|
@ -174,6 +174,13 @@ ast_lowering_underscore_expr_lhs_assign =
|
|||
in expressions, `_` can only be used on the left-hand side of an assignment
|
||||
.label = `_` not allowed here
|
||||
|
||||
ast_lowering_unstable_inline_assembly = inline assembly is not stable yet on this architecture
|
||||
ast_lowering_unstable_inline_assembly_const_operands =
|
||||
const operands for inline assembly are unstable
|
||||
ast_lowering_unstable_inline_assembly_label_operands =
|
||||
label operands for inline assembly are unstable
|
||||
ast_lowering_unstable_may_unwind = the `may_unwind` option is unstable
|
||||
|
||||
ast_lowering_use_angle_brackets = use angle brackets instead
|
||||
|
||||
ast_lowering_yield = yield syntax is experimental
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue