| ... | @@ -2485,6 +2485,8 @@ pub const Type = extern union { | ... | @@ -2485,6 +2485,8 @@ pub const Type = extern union { |
| 2485 | .vector => ty.castTag(.vector).?.data.elem_type, | 2485 | .vector => ty.castTag(.vector).?.data.elem_type, |
| 2486 | .array => ty.castTag(.array).?.data.elem_type, | 2486 | .array => ty.castTag(.array).?.data.elem_type, |
| 2487 | .array_sentinel => ty.castTag(.array_sentinel).?.data.elem_type, | 2487 | .array_sentinel => ty.castTag(.array_sentinel).?.data.elem_type, |
| | 2488 | .optional_single_mut_pointer, |
| | 2489 | .optional_single_const_pointer, |
| 2488 | .single_const_pointer, | 2490 | .single_const_pointer, |
| 2489 | .single_mut_pointer, | 2491 | .single_mut_pointer, |
| 2490 | .many_const_pointer, | 2492 | .many_const_pointer, |