Merge pull request #15995 from mlugg/fix/union-field-ptr-align

Sema: copy pointer alignment to union field pointers
This commit is contained in:
Andrew Kelley
2023-06-25 23:06:53 -07:00
committed by GitHub
5 changed files with 230 additions and 8 deletions

View File

@@ -992,6 +992,7 @@ pub const Struct = struct {
is_comptime: bool,
/// Returns the field alignment. If the struct is packed, returns 0.
/// Keep implementation in sync with `Sema.structFieldAlignment`.
pub fn alignment(
field: Field,
mod: *Module,