Skip to content

Commit e117c06

Browse files
authoredOct 15, 2020
Rollup merge of #77963 - kraai:fix-foreign-calling-conventions-link, r=jonas-schievink
Fix link to foreign calling conventions
2 parents 7f58716 + f2a237a commit e117c06

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)
Please sign in to comment.