diff options
| author | bors <bors@rust-lang.org> | 2020-10-15 19:03:32 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-10-15 19:03:32 +0000 |
| commit | dd7fc54ebdca419ad9d3ab1e9f5ed14e770768ea (patch) | |
| tree | 0bd7d680937ad49eb0c638618d5c454fefa29e9d /library/std/src | |
| parent | b5c9e2448c9ace53ad5c11585803894651b18b0a (diff) | |
| parent | 16b1a6fa67073cca250f3d0bff5eb15dc8069c0c (diff) | |
| download | rust-dd7fc54ebdca419ad9d3ab1e9f5ed14e770768ea.tar.gz rust-dd7fc54ebdca419ad9d3ab1e9f5ed14e770768ea.zip | |
Auto merge of #77981 - GuillaumeGomez:rollup-64ydc5g, r=GuillaumeGomez
Rollup of 3 pull requests Successful merges: - #77963 (Fix link to foreign calling conventions) - #77978 (Fix typo in documentation) - #77979 (Hide help button on mobile) Failed merges: r? `@ghost`
Diffstat (limited to 'library/std/src')
| -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 |
