We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf22b5 commit 35abf86Copy full SHA for 35abf86
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