mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
aef640a613
The size of this struct depends on the alignment of `u128`, for example powerpc64le and s390x have align-8 and end up with only 280 bytes. Our 64-bit tier-1 arches are the same though, so let's just assert on those.