Outputs no longer have to be mutable
This commit is contained in:
parent
3d0ad46eea
commit
a70b2ed826
@ -77,7 +77,7 @@ asm!("xor %eax, %eax" ::: "{eax}");
|
|||||||
|
|
||||||
Input and output operands follow the same format: `:
|
Input and output operands follow the same format: `:
|
||||||
"constraints1"(expr1), "constraints2"(expr2), ..."`. Output operand
|
"constraints1"(expr1), "constraints2"(expr2), ..."`. Output operand
|
||||||
expressions must be mutable lvalues:
|
expressions must be mutable lvalues, or not yet assigned:
|
||||||
|
|
||||||
```
|
```
|
||||||
# #![feature(asm)]
|
# #![feature(asm)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user