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.
1 parent 07ca1ab commit 64cc19dCopy full SHA for 64cc19d
src/doc/reference.md
@@ -3931,7 +3931,7 @@ initialized; this is enforced by the compiler.
3931
The Rust compiler supports various methods to link crates together both
3932
statically and dynamically. This section will explore the various methods to
3933
link Rust crates together, and more information about native libraries can be
3934
-found in the [ffi section of the book][ffi].
+found in the [FFI section of the book][ffi].
3935
3936
In one session of compilation, the compiler can generate multiple artifacts
3937
through the usage of either command line flags or the `crate_type` attribute.
0 commit comments