frontend: forbid packed and extern tuples

This commit is contained in:
Andrew Kelley
2023-07-25 10:46:49 -07:00
parent 4b7fa0fce9
commit 6cee98eb30
5 changed files with 17 additions and 25 deletions

View File

@@ -51,7 +51,7 @@ comptime {
.alignment = 4,
}},
.decls = &.{},
.is_tuple = true,
.is_tuple = false,
} });
}
comptime {
@@ -65,7 +65,7 @@ comptime {
.alignment = 4,
}},
.decls = &.{},
.is_tuple = true,
.is_tuple = false,
} });
}