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 ac4c55e commit c0b40e1Copy full SHA for c0b40e1
src/doc/reference/src/linkage.md
@@ -5,6 +5,8 @@ statically and dynamically. This section will explore the various methods to
5
link Rust crates together, and more information about native libraries can be
6
found in the [FFI section of the book][ffi].
7
8
+[ffi]: ../book/ffi.html
9
+
10
In one session of compilation, the compiler can generate multiple artifacts
11
through the usage of either command line flags or the `crate_type` attribute.
12
If one or more command line flags are specified, all `crate_type` attributes will
0 commit comments