Skip to content

Commit b68ebd0

Browse files
link tracking issue in explicit-extern-abis.md
1 parent 28174fc commit b68ebd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/doc/unstable-book/src/language-features/explicit-extern-abis.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `explicit_extern_abis`
22

3-
The tracking issue for this feature is: #134986
3+
The tracking issue for this feature is: [#134986]
44

55
------
66

@@ -21,3 +21,5 @@ extern "C" fn function2() {} // compiles
2121
2222
extern "aapcs" fn function3() {} // compiles
2323
```
24+
25+
[#134986]: https://github.com/rust-lang/rust/issues/134986

0 commit comments

Comments
 (0)