Skip to content

Commit

Permalink
Merge pull request #1715 from hassan-mohagheghian/fix_a_reference_link
Browse files Browse the repository at this point in the history
fix link to inline assembly reference
  • Loading branch information
marioidival authored Jun 5, 2023
2 parents 2d56dd9 + 8dcfad0 commit 07f266c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unsafe/asm.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,4 +474,4 @@ Options can be provided as an optional final argument to the `asm!` macro. We sp

These allow the compiler to better optimize code using `asm!`, for example by eliminating pure `asm!` blocks whose outputs are not needed.

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 comments on commit 07f266c

Please sign in to comment.