fix type in operands section
This commit is contained in:
parent
537ccdf3ac
commit
6eccce2cc8
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ llvm_asm!("xor %eax, %eax" ::: "eax");
|
|||
|
||||
Input and output operands follow the same format: `:
|
||||
"constraints1"(expr1), "constraints2"(expr2), ..."`. Output operand
|
||||
expressions must be mutable lvalues, or not yet assigned:
|
||||
expressions must be mutable values, or not yet assigned:
|
||||
|
||||
```rust
|
||||
# #![feature(llvm_asm)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue