| author | |
| committer | |
| log | 3794a32d89632db9b033da433bdaa8f6d83d36e4 |
| tree | 711c9bf01fc5a1448e00e3626fc6896c36e46e5e |
| parent | 3d528161c80c753a9b00cae84cae245526b29c10 |
1 files changed, 2 insertions(+), 0 deletions(-)
src/type.zig+2| ... | ... | @@ -2485,6 +2485,8 @@ pub const Type = extern union { |
| 2485 | 2485 | .vector => ty.castTag(.vector).?.data.elem_type, |
| 2486 | 2486 | .array => ty.castTag(.array).?.data.elem_type, |
| 2487 | 2487 | .array_sentinel => ty.castTag(.array_sentinel).?.data.elem_type, |
| 2488 | .optional_single_mut_pointer, | |
| 2489 | .optional_single_const_pointer, | |
| 2488 | 2490 | .single_const_pointer, |
| 2489 | 2491 | .single_mut_pointer, |
| 2490 | 2492 | .many_const_pointer, |