about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorJoshua Nelson <jnelson@cloudflare.com>2021-08-25 07:11:48 -0500
committerJoshua Nelson <jnelson@cloudflare.com>2021-08-25 07:11:48 -0500
commitf858c7c30062696c163d4ee341010b0b3c655665 (patch)
tree2d97e05ee8532024861a05679c67a57a1b1fab09 /RELEASES.md
parent9863bf51a52b8e61bcad312f81b5193d53099f9f (diff)
downloadrust-f858c7c30062696c163d4ee341010b0b3c655665.tar.gz
rust-f858c7c30062696c163d4ee341010b0b3c655665.zip
Add mutable-noalias to the release notes for 1.54
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 2e7077ed206..dd299ca936a 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -175,6 +175,7 @@ Compiler
 - [Improved debugger output for enums on Windows MSVC platforms.][85292]
 - [Added tier 3\* support for `bpfel-unknown-none`
    and `bpfeb-unknown-none`.][79608]
+- [`-Zmutable-noalias=yes`][82834] is enabled by default when using LLVM 12 or above.
 
 \* Refer to Rust's [platform support page][platform-support-doc] for more
    information on Rust's tiered platform support.
@@ -244,6 +245,7 @@ Compatibility Notes
 [83366]: https://github.com/rust-lang/rust/pull/83366
 [83278]: https://github.com/rust-lang/rust/pull/83278
 [85292]: https://github.com/rust-lang/rust/pull/85292
+[82834]: https://github.com/rust-lang/rust/pull/82834
 [cargo/9520]: https://github.com/rust-lang/cargo/pull/9520
 [cargo/9499]: https://github.com/rust-lang/cargo/pull/9499
 [cargo/9488]: https://github.com/rust-lang/cargo/pull/9488