about summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/messages.ftl
diff options
context:
space:
mode:
authorGary Guo <gary@garyguo.net>2024-10-11 00:27:16 +0100
committerGary Guo <gary@garyguo.net>2024-11-24 15:24:01 +0000
commit0178ba2c2547c3677b5624d684a392dccae12abc (patch)
tree580e52e487056b7c3e9393906bb4f74e52940b2a /compiler/rustc_ast_lowering/messages.ftl
parent73f8309300bce03e62c8a49e8a06b884175b5f88 (diff)
downloadrust-0178ba2c2547c3677b5624d684a392dccae12abc.tar.gz
rust-0178ba2c2547c3677b5624d684a392dccae12abc.zip
Make asm_goto_with_outputs a separate feature gate
Diffstat (limited to 'compiler/rustc_ast_lowering/messages.ftl')
-rw-r--r--compiler/rustc_ast_lowering/messages.ftl2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_ast_lowering/messages.ftl b/compiler/rustc_ast_lowering/messages.ftl
index f704320c71d..93e1e25384e 100644
--- a/compiler/rustc_ast_lowering/messages.ftl
+++ b/compiler/rustc_ast_lowering/messages.ftl
@@ -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