We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34830e8 commit b38e18fCopy full SHA for b38e18f
RELEASES.md
@@ -9,9 +9,9 @@ Language
9
10
Compiler
11
--------
12
-- [Stabilised the `-C link-self-contained=<yes|no>`.][76158] This tells `rustc` whether to link
13
- its own C runtime and libraries or to rely on a external linker to find them. (Supported only on
14
- `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.)
15
- [You can now use `-C target-feature=+crt-static` on `linux-gnu` targets.][77386]
16
- [Added tier 2\* support for `aarch64-unknown-linux-musl`.][76420]
17
0 commit comments