Skip to content

Commit 3ac5f6e

Browse files
committed
fixup! Make asm_goto_with_outputs a separate feature gate
1 parent a717e2b commit 3ac5f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_ast_lowering/messages.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ ast_lowering_underscore_expr_lhs_assign =
182182
183183
ast_lowering_unstable_inline_assembly = inline assembly is not stable yet on this architecture
184184
ast_lowering_unstable_inline_assembly_label_operand_with_outputs =
185-
using both label and outputs operands for inline assembly is unstable
185+
using both label and output operands for inline assembly is unstable
186186
ast_lowering_unstable_inline_assembly_label_operands =
187187
label operands for inline assembly are unstable
188188
ast_lowering_unstable_may_unwind = the `may_unwind` option is unstable

0 commit comments

Comments
 (0)