File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments