Skip to content

Commit d9ed23a

Browse files
Rollup merge of #88325 - jyn514:noalias, r=XAMPPRocky
Add mutable-noalias to the release notes for 1.54 It was enabled in #82834 and disabled in 1.53 by #86036, but it was never disabled on (then) nightly, so it still landed in 1.54. This was mentioned on #86696 but never made it into the release notes. r? `@XAMPPRocky` cc `@nikic`
2 parents 16fd95c + f858c7c commit d9ed23a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ Compiler
175175
- [Improved debugger output for enums on Windows MSVC platforms.][85292]
176176
- [Added tier 3\* support for `bpfel-unknown-none`
177177
and `bpfeb-unknown-none`.][79608]
178+
- [`-Zmutable-noalias=yes`][82834] is enabled by default when using LLVM 12 or above.
178179

179180
\* Refer to Rust's [platform support page][platform-support-doc] for more
180181
information on Rust's tiered platform support.
@@ -244,6 +245,7 @@ Compatibility Notes
244245
[83366]: https://github.com/rust-lang/rust/pull/83366
245246
[83278]: https://github.com/rust-lang/rust/pull/83278
246247
[85292]: https://github.com/rust-lang/rust/pull/85292
248+
[82834]: https://github.com/rust-lang/rust/pull/82834
247249
[cargo/9520]: https://github.com/rust-lang/cargo/pull/9520
248250
[cargo/9499]: https://github.com/rust-lang/cargo/pull/9499
249251
[cargo/9488]: https://github.com/rust-lang/cargo/pull/9488

0 commit comments

Comments
 (0)