]> git.lizzy.rs Git - rust.git/commitdiff
Add mutable-noalias to the release notes for 1.54
authorJoshua Nelson <jnelson@cloudflare.com>
Wed, 25 Aug 2021 12:11:48 +0000 (07:11 -0500)
committerJoshua Nelson <jnelson@cloudflare.com>
Wed, 25 Aug 2021 12:11:48 +0000 (07:11 -0500)
RELEASES.md

index 2e7077ed2065e845f5b6ef70529ef6f30977a0e3..dd299ca936ace88029c578d0977c09310c0df858 100644 (file)
@@ -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