We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bae62c9 + 363621f commit 21807dcCopy full SHA for 21807dc
src/unsafe/asm.md
@@ -56,6 +56,8 @@ In this case we put it in an arbitrary general purpose register by specifying `r
56
The compiler will choose an appropriate register to insert into
57
the template and will read the variable from there after the inline assembly finishes executing.
58
59
+[format-syntax]: https://doc.rust-lang.org/std/fmt/#syntax
60
+
61
Let us see another example that also uses an input:
62
63
```rust
0 commit comments