Closed GuillaumeGomez closed 9 months ago
As for the CI failing, seems like error messages got updated. Want me to include a commit to fix them?
That one CI check has been failing for a little while now due to rust-lang/rust#119273.
Delegating alignment to what it is for i128 is definitely the smart thing to do. Thanks!
This test is failing on latest rust nightly (since https://github.com/rust-lang/rust/pull/116672) and in
rustc_codegen_gcc
in the sync we're currently doing. Instead of having cfg, simpler to compare withu128
type alignment directly, like that it will work in both nightly and the current version.