| author | |
| committer | |
| log | 811539f8ee88366fea744ecfe251413b5dd774cc |
| tree | 3a717f457de141bfe3f044a706eb58367bbe9f9c |
| parent | 13923132363b26b9982951fd79f01dbab0046e81 |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | @@ -5667,7 +5667,7 @@ pub const TypeInfo = union(TypeId) { | ... | @@ -5667,7 +5667,7 @@ pub const TypeInfo = union(TypeId) { |
| 5667 | 5667 | ||
| 5668 | pub const Union = struct { | 5668 | pub const Union = struct { |
| 5669 | layout: ContainerLayout, | 5669 | layout: ContainerLayout, |
| 5670 | tag_type: type, | 5670 | tag_type: ?type, |
| 5671 | fields: []UnionField, | 5671 | fields: []UnionField, |
| 5672 | defs: []Definition, | 5672 | defs: []Definition, |
| 5673 | }; | 5673 | }; |