mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
3cc68bac7c
Detect unaligned fields via `aggregate.align < field.align`, instead of a `packed` flag. Closes #46423. cc @oli-obk