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 c052d26 + b68ebd0 commit a4a398dCopy full SHA for a4a398d
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