Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RELEASES.md for 1.48.0 #78364

Merged
merged 13 commits into from
Nov 17, 2020
Prev Previous commit
Next Next commit
Update RELEASES.md
  • Loading branch information
XAMPPRocky authored Oct 27, 2020
commit c899998fa2d4c4ac10e7d5431cc14489b92da808
6 changes: 3 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 9,9 @@ Language

Compiler
--------
- [Stabilised the `-C link-self-contained=<yes|no>`.][76158] This tells `rustc` whether to link
its own C runtime and libraries or to rely on a external linker to find them. (Supported only on
`windows-gnu`, `linux-musl`, and `wasi` platforms.)
- [Stabilised the `-C link-self-contained=<yes|no>` compiler flag.][76158] This tells
`rustc` whether to link its own C runtime and libraries or to rely on a external
linker to find them. (Supported only on `windows-gnu`, `linux-musl`, and `wasi` platforms.)
- [You can now use `-C target-feature= crt-static` on `linux-gnu` targets.][77386]
- [Added tier 2\* support for `aarch64-unknown-linux-musl`.][76420]

Expand Down