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
committerPietro Albini <pietro@pietroalbini.org>2020-11-17 12:40:04 +0100
commitc571271e561c1f0eaca3faae222db3364afaa01e (patch)
treeb3a850e23bef7219aad9dafffe0d957165e4b872
parent70d23b15782c44eefa8fc46f918aa06a7f6f4130 (diff)
downloadrust-c571271e561c1f0eaca3faae222db3364afaa01e.tar.gz
rust-c571271e561c1f0eaca3faae222db3364afaa01e.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 a32a6dd7cd5..081034288db 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]