Skip to content
Prev Previous commit
Next Next commit
Update RELEASES.md
Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
  • Loading branch information
XAMPPRocky and petrochenkov authored Oct 25, 2020
commit a268264073d5341869348a5ac9c98905c2d658fa
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down