We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcb02d commit b9be9e5Copy full SHA for b9be9e5
RELEASES.md
@@ -71,6 +71,11 @@ These APIs are now stable in const contexts:
71
Compatibility Notes
72
-------------------
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.
79
- [0.5 now rounds to 0 when formatted to 0 decimal places.](https://github.com/rust-lang/rust/pull/102935/)
80
This makes it consistent with the rest of floating point formatting that
81
rounds ties toward even digits.
0 commit comments