We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac5f6e commit 74375d1Copy full SHA for 74375d1
tests/ui/feature-gates/feature-gate-asm_goto_with_outputs.rs
@@ -8,6 +8,6 @@ fn main() {
8
let mut _out: u64;
9
unsafe {
10
asm!("mov {}, 1", "jmp {}", out(reg) _out, label {});
11
- //~^ ERROR using both label and outputs operands for inline assembly is unstable
+ //~^ ERROR using both label and output operands for inline assembly is unstable
12
}
13
0 commit comments