about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-05-20 20:57:29 +0200
committerGitHub <noreply@github.com>2025-05-20 20:57:29 +0200
commita4a398d18d359ba792467c6f49e652996dcd560d (patch)
treea2e1b88cfd83def2e60158bffbb13fc6ffe9716b
parentc052d263d067094401852134d372a64adb695e43 (diff)
parentb68ebd04a5f8193dd47630f3286588be3b93d2c7 (diff)
downloadrust-a4a398d18d359ba792467c6f49e652996dcd560d.tar.gz
rust-a4a398d18d359ba792467c6f49e652996dcd560d.zip
Rollup merge of #141291 - ComputerDruid:patch-1, r=workingjubilee
link tracking issue in explicit-extern-abis.md
-rw-r--r--src/doc/unstable-book/src/language-features/explicit-extern-abis.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/language-features/explicit-extern-abis.md b/src/doc/unstable-book/src/language-features/explicit-extern-abis.md
index ba622466ba7..7728f6725b1 100644
--- a/src/doc/unstable-book/src/language-features/explicit-extern-abis.md
+++ b/src/doc/unstable-book/src/language-features/explicit-extern-abis.md
@@ -1,6 +1,6 @@
 # `explicit_extern_abis`
 
-The tracking issue for this feature is: #134986
+The tracking issue for this feature is: [#134986]
 
 ------
 
@@ -21,3 +21,5 @@ extern "C" fn function2() {} // compiles
 
 extern "aapcs" fn function3() {} // compiles
 ```
+
+[#134986]: https://github.com/rust-lang/rust/issues/134986