Files
rust/compiler/rustc_parse
Josh Stone f05d305f5a Only assert the Parser size on specific arches
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.

(cherry picked from commit aef640a613)
2025-01-25 16:48:11 -08:00
..
2024-10-12 21:57:50 +00:00