We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f365717 + b8527c0 commit b90e407Copy full SHA for b90e407
src/doc/trpl/ffi.md
@@ -541,6 +541,6 @@ pub extern fn hello_rust() -> *const u8 {
541
542
The `extern` makes this function adhere to the C calling convention, as
543
discussed above in "[Foreign Calling
544
-Conventions](guide-ffi.html#foreign-calling-conventions)". The `no_mangle`
+Conventions](ffi.html#foreign-calling-conventions)". The `no_mangle`
545
attribute turns off Rust's name mangling, so that it is easier to link to.
546
0 commit comments