Commit 811539f8ee

Alexandros Naskos <alex_naskos@hotmail.com>
2018-06-19 16:49:48
Added missing ?type in docs.
1 parent 1392313
Changed files (1)
doc/langref.html.in
@@ -5667,7 +5667,7 @@ pub const TypeInfo = union(TypeId) {
 
     pub const Union = struct {
         layout: ContainerLayout,
-        tag_type: type,
+        tag_type: ?type,
         fields: []UnionField,
         defs: []Definition,
     };