mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-17 19:14:16 +00:00
Fix link to foreign calling conventions
This commit is contained in:
parent
93deabce03
commit
f2a237a935
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user