Make asm_goto_with_outputs a separate feature gate
This commit is contained in:
parent
73f8309300
commit
0178ba2c25
8 changed files with 68 additions and 11 deletions
|
@ -181,6 +181,8 @@ ast_lowering_underscore_expr_lhs_assign =
|
|||
.label = `_` not allowed here
|
||||
|
||||
ast_lowering_unstable_inline_assembly = inline assembly is not stable yet on this architecture
|
||||
ast_lowering_unstable_inline_assembly_label_operand_with_outputs =
|
||||
using both label and output operands for inline assembly is 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue