Fix link to foreign calling conventions

This commit is contained in:
Matthew Kraai 2020-10-15 00:57:22 -07:00
parent 93deabce03
commit f2a237a935
1 changed files with 2 additions and 0 deletions

View File

@ -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