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 Pietro Albini
parent b77adff6fa
commit bc41092242
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C

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]