From 9348118c30ed28d22f43fe3f9471c8a02770574c Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Wed, 26 May 2021 14:22:19 +0200 Subject: [PATCH] Update RELEASES.md --- RELEASES.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index d4540bf2b2e..fb2c06d0cff 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -24,7 +24,6 @@ Language Compiler ----------------------- -- [Enabled `mutable-noalias` when built with LLVM 12 or greater.][82834] - [Updated the minimum external LLVM version to LLVM 10.][83387] - [Added Tier 3\* support for the `wasm64-unknown-unknown` target.][80525] - [Improved debuginfo for closures and async functions on Windows MSVC.][83941] @@ -143,7 +142,6 @@ related tools. [77704]: https://github.com/rust-lang/rust/pull/77704 [83941]: https://github.com/rust-lang/rust/pull/83941 [83065]: https://github.com/rust-lang/rust/pull/83065 -[82834]: https://github.com/rust-lang/rust/pull/82834 [81764]: https://github.com/rust-lang/rust/pull/81764 [81469]: https://github.com/rust-lang/rust/pull/81469 [cargo/9298]: https://github.com/rust-lang/cargo/pull/9298