Skip to content

Commit b1f51b0

Browse files
authored
Merge pull request #3195 from tbu-/pr_2873_fix_link
Fix link in RFC 2873
2 parents 194db52 + b10a79a commit b1f51b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2873-inline-asm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ unsafe fn foo(mut a: i32, b: i32) -> (i32, i32)
791791
```
792792

793793
## Rules for inline assembly
794-
[rules]: #rules
794+
[rules]: #rules-for-inline-assembly
795795

796796
- Any registers not specified as inputs will contain an undefined value on entry to the asm block.
797797
- An "undefined value" in the context of this RFC means that the register can (non-deterministically) have any one of the possible values allowed by the architecture. Notably it is not the same as an LLVM `undef` which can have a different value every time you read it (since such a concept does not exist in assembly code).

0 commit comments

Comments
 (0)