deprecated TypeInfo in favor of Type

Co-authored-by: Veikka Tuominen <git@vexu.eu>
This commit is contained in:
Jonathan Marler
2022-02-01 11:42:41 -07:00
committed by Veikka Tuominen
parent 404f5d6179
commit d805adddd6
27 changed files with 219 additions and 225 deletions

View File

@@ -853,7 +853,7 @@ pub const Struct = struct {
/// Index of the struct_decl ZIR instruction.
zir_index: Zir.Inst.Index,
layout: std.builtin.TypeInfo.ContainerLayout,
layout: std.builtin.Type.ContainerLayout,
status: enum {
none,
field_types_wip,
@@ -1105,7 +1105,7 @@ pub const Union = struct {
/// Index of the union_decl ZIR instruction.
zir_index: Zir.Inst.Index,
layout: std.builtin.TypeInfo.ContainerLayout,
layout: std.builtin.Type.ContainerLayout,
status: enum {
none,
field_types_wip,