diff options
| author | Matthew Kraai <kraai@ftbfs.org> | 2020-10-15 00:57:22 -0700 |
|---|---|---|
| committer | Matthew Kraai <kraai@ftbfs.org> | 2020-10-15 00:57:22 -0700 |
| commit | f2a237a9354abb841bcd5d9ce96b0daf38fcedbd (patch) | |
| tree | 598ace46c09881ffcad368186a745c92dc338679 | |
| parent | 93deabce03dc10a80244f5da3e3819452744da2a (diff) | |
| download | rust-f2a237a9354abb841bcd5d9ce96b0daf38fcedbd.tar.gz rust-f2a237a9354abb841bcd5d9ce96b0daf38fcedbd.zip | |
Fix link to foreign calling conventions
| -rw-r--r-- | library/std/src/primitive_docs.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/std/src/primitive_docs.rs b/library/std/src/primitive_docs.rs index 81bbf376378..ae678479234 100644 --- a/library/std/src/primitive_docs.rs +++ b/library/std/src/primitive_docs.rs @@ -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 |
