mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Rollup merge of #26580 - adamheins:master, r=steveklabnik
I found a sentence that felt a bit awkward to read in its current form, so I added a comma to break it up.
This commit is contained in:
commit
bac361558e
@ -17,7 +17,7 @@ Note that this feature is currently hidden behind the `feature(link_args)` gate
|
|||||||
because this is not a sanctioned way of performing linking. Right now rustc
|
because this is not a sanctioned way of performing linking. Right now rustc
|
||||||
shells out to the system linker, so it makes sense to provide extra command line
|
shells out to the system linker, so it makes sense to provide extra command line
|
||||||
arguments, but this will not always be the case. In the future rustc may use
|
arguments, but this will not always be the case. In the future rustc may use
|
||||||
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
|
||||||
meaning.
|
meaning.
|
||||||
|
|
||||||
It is highly recommended to *not* use this attribute, and rather use the more
|
It is highly recommended to *not* use this attribute, and rather use the more
|
||||||
|
Loading…
Reference in New Issue
Block a user