about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2020-10-27 13:07:14 +0100
committerGitHub <noreply@github.com>2020-10-27 13:07:14 +0100
commitc899998fa2d4c4ac10e7d5431cc14489b92da808 (patch)
tree5667e51bdb574b8a8f305d6fb25b5401af6d8df7
parent1c6d4d27b9200cb81e84cf249275a0c441770522 (diff)
downloadrust-c899998fa2d4c4ac10e7d5431cc14489b92da808.tar.gz
rust-c899998fa2d4c4ac10e7d5431cc14489b92da808.zip
Update RELEASES.md
-rw-r--r--RELEASES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASES.md b/RELEASES.md
index f3833054eaa..057129a51a0 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -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]