We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f58716 + f2a237a commit e117c06Copy full SHA for e117c06
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