Skip to content

Commit c0b40e1

Browse files
committed
linkage
1 parent ac4c55e commit c0b40e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/reference/src/linkage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ statically and dynamically. This section will explore the various methods to
55
link Rust crates together, and more information about native libraries can be
66
found in the [FFI section of the book][ffi].
77

8+
[ffi]: ../book/ffi.html
9+
810
In one session of compilation, the compiler can generate multiple artifacts
911
through the usage of either command line flags or the `crate_type` attribute.
1012
If one or more command line flags are specified, all `crate_type` attributes will

0 commit comments

Comments
 (0)