We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eccce2 commit 56918e5Copy full SHA for 56918e5
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 values, or not yet assigned:
+expressions must be mutable place, or not yet assigned:
90
91
```rust
92
# #![feature(llvm_asm)]
0 commit comments