bors 5652ccbc0f Auto merge of #9448 - Alexendoo:large-enum-variant-u128, r=Manishearth
Replace u128 with u64 in large_enum_variant uitest

A u128 has [an 8 byte alignment on x86](https://github.com/rust-lang/rust/issues/54341), but a 16 byte alignment on aarch64 which changes the size of the enums due to extra padding. This means the test fails on aarch64

changelog: none
2022-09-09 17:21:53 +00:00
..
2022-09-02 13:03:11 -05:00
2022-06-16 18:00:32 +04:00
2022-06-16 18:00:32 +04:00
2022-06-16 15:51:12 +03:00
2022-08-31 15:24:40 +02:00
2022-06-16 18:00:32 +04:00
2022-06-16 15:51:12 +03:00
2022-06-16 15:51:12 +03:00
2022-06-16 15:51:12 +03:00
2022-06-16 15:51:12 +03:00
2022-06-16 18:00:32 +04:00
2022-06-16 15:51:12 +03:00
2022-06-16 15:51:12 +03:00
2022-06-16 15:51:12 +03:00