| ... | @@ -613,10 +613,10 @@ pub const Type = union(enum) { | ... | @@ -613,10 +613,10 @@ pub const Type = union(enum) { |
| 613 | /// This data structure is used by the Zig language code generation and | 613 | /// This data structure is used by the Zig language code generation and |
| 614 | /// therefore must be kept in sync with the compiler implementation. | 614 | /// therefore must be kept in sync with the compiler implementation. |
| 615 | pub const Size = enum(u2) { | 615 | pub const Size = enum(u2) { |
| 616 | One, | 616 | one, |
| 617 | Many, | 617 | many, |
| 618 | Slice, | 618 | slice, |
| 619 | C, | 619 | c, |
| 620 | }; | 620 | }; |
| 621 | }; | 621 | }; |
| 622 | | 622 | |