| ... | @@ -259,7 +259,7 @@ pub const TypeInfo = union(enum) { | ... | @@ -259,7 +259,7 @@ pub const TypeInfo = union(enum) { |
| 259 | /// This field is an optional type. | 259 | /// This field is an optional type. |
| 260 | /// The type of the sentinel is the element type of the array, which is | 260 | /// The type of the sentinel is the element type of the array, which is |
| 261 | /// the value of the `child` field in this struct. However there is no way | 261 | /// the value of the `child` field in this struct. However there is no way |
| 262 | /// to refer to that type here, so we use `var`. | 262 | /// to refer to that type here, so we use `anytype`. |
| 263 | sentinel: anytype, | 263 | sentinel: anytype, |
| 264 | }; | 264 | }; |
| 265 | | 265 | |