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 01b9cc5 commit b4afa8eCopy full SHA for b4afa8e
src/doc/trpl/advanced-linking.md
@@ -34,8 +34,8 @@ formal `#[link(...)]` attribute on `extern` blocks instead.
34
35
# Static linking
36
37
-Static linking refers to the process of creating output that contain all
38
-required libraries and so don't need libraries installed on every system where
+Static linking refers to the process of creating output that contains all
+required libraries and so doesn't need libraries installed on every system where
39
you want to use your compiled project. Pure-Rust dependencies are statically
40
linked by default so you can use created binaries and libraries without
41
installing Rust everywhere. By contrast, native libraries
0 commit comments