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.
1 parent 28174fc commit b68ebd0Copy full SHA for b68ebd0
src/doc/unstable-book/src/language-features/explicit-extern-abis.md
@@ -1,6 +1,6 @@
1
# `explicit_extern_abis`
2
3
-The tracking issue for this feature is: #134986
+The tracking issue for this feature is: [#134986]
4
5
------
6
@@ -21,3 +21,5 @@ extern "C" fn function2() {} // compiles
21
22
extern "aapcs" fn function3() {} // compiles
23
```
24
+
25
+[#134986]: https://github.com/rust-lang/rust/issues/134986
0 commit comments