We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0ad46 commit a70b2edCopy full SHA for a70b2ed
src/doc/trpl/inline-assembly.md
@@ -77,7 +77,7 @@ asm!("xor %eax, %eax" ::: "{eax}");
77
78
Input and output operands follow the same format: `:
79
"constraints1"(expr1), "constraints2"(expr2), ..."`. Output operand
80
-expressions must be mutable lvalues:
+expressions must be mutable lvalues, or not yet assigned:
81
82
```
83
# #![feature(asm)]
0 commit comments