Rollup merge of #77963 - kraai:fix-foreign-calling-conventions-link, r=jonas-schievink

Fix link to foreign calling conventions
This commit is contained in:
Guillaume Gomez 2020-10-15 18:00:29 +02:00 committed by GitHub
commit e117c06155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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