Skip to content

Commit f2a237a

Browse files
committed
Fix link to foreign calling conventions
1 parent 93deabc commit f2a237a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/std/src/primitive_docs.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,8 @@ mod prim_ref {}
11181118
/// For more information and a list of supported ABIs, see [the nomicon's
11191119
/// section on foreign calling conventions][nomicon-abi].
11201120
///
1121+
/// [nomicon-abi]: ../nomicon/ffi.html#foreign-calling-conventions
1122+
///
11211123
/// ### Variadic functions
11221124
///
11231125
/// Extern function declarations with the "C" or "cdecl" ABIs can also be *variadic*, allowing them

0 commit comments

Comments
 (0)