From f2a237a9354abb841bcd5d9ce96b0daf38fcedbd Mon Sep 17 00:00:00 2001 From: Matthew Kraai Date: Thu, 15 Oct 2020 00:57:22 -0700 Subject: [PATCH] Fix link to foreign calling conventions --- library/std/src/primitive_docs.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/std/src/primitive_docs.rs b/library/std/src/primitive_docs.rs index 81bbf37637875..ae678479234a8 100644 --- a/library/std/src/primitive_docs.rs +++ b/library/std/src/primitive_docs.rs @@ -1118,6 +1118,8 @@ mod prim_ref {} /// For more information and a list of supported ABIs, see [the nomicon's /// section on foreign calling conventions][nomicon-abi]. /// +/// [nomicon-abi]: ../nomicon/ffi.html#foreign-calling-conventions +/// /// ### Variadic functions /// /// Extern function declarations with the "C" or "cdecl" ABIs can also be *variadic*, allowing them