Skip to content

Commit 74375d1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/ui/feature-gates/feature-gate-asm_goto_with_outputs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ fn main() {
88
let mut _out: u64;
99
unsafe {
1010
asm!("mov {}, 1", "jmp {}", out(reg) _out, label {});
11-
//~^ ERROR using both label and outputs operands for inline assembly is unstable
11+
//~^ ERROR using both label and output operands for inline assembly is unstable
1212
}
1313
}

0 commit comments

Comments
 (0)