Update RELEASES.md

Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
This commit is contained in:
XAMPPRocky 2020-10-25 20:43:00 +01:00 committed by GitHub
parent ff89b801df
commit a268264073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Language
Compiler
--------
- [Stabilised the `-C link=<yes|no>`][76158] Which tells `rustc` whether to link
- [Stabilised the `-C link-self-contained=<yes|no>`][76158] Which tells `rustc` whether to link
its own libraries or to rely on a external linker. (supported only on
`windows-gnu`, `linux-musl`, and `wasi` platforms.)
- [You can now use `-C target-feature=+crt-static` on `linux-gnu` targets.][77386]