File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,11 @@ These APIs are now stable in const contexts:
71
71
Compatibility Notes
72
72
-------------------
73
73
74
+ - [The layout of `repr(Rust)` types now groups m\*2^n-sized fields with
75
+ equivalently aligned ones.](https://github.com/rust-lang/rust/pull/102750/)
76
+ This is intended to be an optimization, but it is also known to increase type
77
+ sizes in a few cases for the placement of enum tags. As a reminder, the layout
78
+ of `repr(Rust)` types is an implementation detail, subject to change.
74
79
- [0.5 now rounds to 0 when formatted to 0 decimal places.](https://github.com/rust-lang/rust/pull/102935/)
75
80
This makes it consistent with the rest of floating point formatting that
76
81
rounds ties toward even digits.
You can’t perform that action at this time.
0 commit comments