1
Fork 0

Make asm_goto_with_outputs a separate feature gate

This commit is contained in:
Gary Guo 2024-10-11 00:27:16 +01:00
parent 73f8309300
commit 0178ba2c25
8 changed files with 68 additions and 11 deletions

View file

@ -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