We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93deabc commit f2a237aCopy full SHA for f2a237a
library/std/src/primitive_docs.rs
@@ -1118,6 +1118,8 @@ mod prim_ref {}
1118
/// For more information and a list of supported ABIs, see [the nomicon's
1119
/// section on foreign calling conventions][nomicon-abi].
1120
///
1121
+/// [nomicon-abi]: ../nomicon/ffi.html#foreign-calling-conventions
1122
+///
1123
/// ### Variadic functions
1124
1125
/// Extern function declarations with the "C" or "cdecl" ABIs can also be *variadic*, allowing them
0 commit comments