about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2020-10-25 20:43:00 +0100
committerGitHub <noreply@github.com>2020-10-25 20:43:00 +0100
commita268264073d5341869348a5ac9c98905c2d658fa (patch)
tree49ab14d7a6ead359353b1b850850c1b397e3f8cf
parentff89b801df29c4b281e9a9fa5ad8289f204a54b7 (diff)
downloadrust-a268264073d5341869348a5ac9c98905c2d658fa.tar.gz
rust-a268264073d5341869348a5ac9c98905c2d658fa.zip
Update RELEASES.md
Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 645eac3cead..292c7170ddb 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -9,7 +9,7 @@ Language
 
 Compiler
 --------
-- [Stabilised the `-C link=<yes|no>`][76158] Which tells `rustc` whether to link
+- [Stabilised the `-C link-self-contained=<yes|no>`][76158] Which tells `rustc` whether to link
   its own libraries or to rely on a external linker. (supported only on
   `windows-gnu`, `linux-musl`, and `wasi` platforms.)
 - [You can now use `-C target-feature=+crt-static` on `linux-gnu` targets.][77386]