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 2d56dd9 + 8dcfad0 commit 07f266cCopy full SHA for 07f266c
src/unsafe/asm.md
@@ -474,4 +474,4 @@ Options can be provided as an optional final argument to the `asm!` macro. We sp
474
475
These allow the compiler to better optimize code using `asm!`, for example by eliminating pure `asm!` blocks whose outputs are not needed.
476
477
-See the [reference](../../reference/inline-assembly.html) for the full list of available options and their effects.
+See the [reference](https://doc.rust-lang.org/stable/reference/inline-assembly.html) for the full list of available options and their effects.
0 commit comments