Skip to content

Commit 35742f0

Browse files
committed
fixup! Make asm_goto_with_outputs a separate feature gate
1 parent 74375d1 commit 35742f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/feature-gates/feature-gate-asm_goto_with_outputs.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error[E0658]: using both label and outputs operands for inline assembly is unstable
1+
error[E0658]: using both label and output operands for inline assembly is unstable
22
--> $DIR/feature-gate-asm_goto_with_outputs.rs:10:52
33
|
44
LL | asm!("mov {}, 1", "jmp {}", out(reg) _out, label {});

0 commit comments

Comments
 (0)