Skip to content

Commit

Permalink
Merge pull request #917 from wsh/ffi-fix
Browse files Browse the repository at this point in the history
linkage.md: update link to FFI section of the Book.
  • Loading branch information
Havvy authored Jan 5, 2021
2 parents 6d6debc + f2ebdf2 commit b382bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linkage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ statically and dynamically. This section will explore the various methods to
link crates together, and more information about native libraries can be
found in the [FFI section of the book][ffi].

[ffi]: ../book/ffi.html
[ffi]: ../book/ch19-01-unsafe-rust.html#using-extern-functions-to-call-external-code

In one session of compilation, the compiler can generate multiple artifacts
through the usage of either command line flags or the `crate_type` attribute.
Expand Down

0 comments on commit b382bbe

Please sign in to comment.