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
committerPietro Albini <pietro@pietroalbini.org>2020-11-17 12:39:30 +0100
commitbc410922422aade40be3e7ee3213be7b5c9c294a (patch)
treec6899758cca0ff617020df8f923545f478ab7f4c
parentb77adff6faa47fb80a50777005e1dfc69ff3b3f5 (diff)
downloadrust-bc410922422aade40be3e7ee3213be7b5c9c294a.tar.gz
rust-bc410922422aade40be3e7ee3213be7b5c9c294a.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 bfa01f3dd35..5e90a27fe4e 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]