From b68ebd04a5f8193dd47630f3286588be3b93d2c7 Mon Sep 17 00:00:00 2001 From: Dan Johnson Date: Tue, 20 May 2025 07:40:52 -0700 Subject: [PATCH] link tracking issue in explicit-extern-abis.md --- .../src/language-features/explicit-extern-abis.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ba622466ba74a..7728f6725b1df 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