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=`][76158] Which tells `rustc` whether to link +- [Stabilised the `-C link-self-contained=`][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]