Sema: implement struct_decl instruction

This commit is contained in:
Andrew Kelley
2021-05-03 18:35:37 -07:00
parent aa4e9399db
commit 95b014caea
3 changed files with 160 additions and 18 deletions

View File

@@ -501,7 +501,9 @@ pub const Struct = struct {
layout: std.builtin.TypeInfo.ContainerLayout,
status: enum {
none,
field_types_wip,
have_field_types,
layout_wip,
have_layout,
},