Skip to content

Commit 76e0ecc

Browse files
authored
Rollup merge of #72830 - rust-lang:sfackler-patch-1, r=Mark-Simulacrum
Fix release notes for niche initialization change MaybeUninit is not affected by the linked PR.
2 parents 2d4ed2a + 0a71ba2 commit 76e0ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ Compatibility Notes
100100
source file rather than the previous format of `<NAME macros>`.][70969]
101101
**Note:** this may not point a file that actually exists on the user's system.
102102
- [The minimum required external LLVM version has been bumped to LLVM 8.][71147]
103-
- [`mem::{zeroed, uninitialised, MaybeUninit}` will now panic when used with types
104-
that do not allow zero initialization such as `NonZeroU8`.][66059] This was
103+
- [`mem::{zeroed, uninitialised}` will now panic when used with types that do
104+
not allow zero initialization such as `NonZeroU8`.][66059] This was
105105
previously a warning.
106106
- [In 1.45.0 (the next release) converting a `f64` to `u32` using the `as`
107107
operator has been defined as a saturating operation.][71269] This was previously

0 commit comments

Comments
 (0)