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.
2 parents 96dd82f + 35abf86 commit bac3615Copy full SHA for bac3615
src/doc/trpl/link-args.md
@@ -17,7 +17,7 @@ Note that this feature is currently hidden behind the `feature(link_args)` gate
17
because this is not a sanctioned way of performing linking. Right now rustc
18
shells out to the system linker, so it makes sense to provide extra command line
19
arguments, but this will not always be the case. In the future rustc may use
20
-LLVM directly to link native libraries in which case `link_args` will have no
+LLVM directly to link native libraries, in which case `link_args` will have no
21
meaning.
22
23
It is highly recommended to *not* use this attribute, and rather use the more
0 commit comments