We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17f204f + 56918e5 commit c2372f1Copy full SHA for c2372f1
src/doc/unstable-book/src/library-features/llvm-asm.md
@@ -86,7 +86,7 @@ llvm_asm!("xor %eax, %eax" ::: "eax");
86
87
Input and output operands follow the same format: `:
88
"constraints1"(expr1), "constraints2"(expr2), ..."`. Output operand
89
-expressions must be mutable lvalues, or not yet assigned:
+expressions must be mutable place, or not yet assigned:
90
91
```rust
92
# #![feature(llvm_asm)]
0 commit comments