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

Rust 1.48.0 stable release #79091

Merged
merged 18 commits into from
Nov 16, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update RELEASES.md
  • Loading branch information
XAMPPRocky authored and pietroalbini committed Nov 16, 2020
commit b38e18fe601c2d2288b900745bc7b49a5818891c
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