diff --git a/src/type.zig b/src/type.zig index 728ba8ef5f..9bd4e42b0d 100644 --- a/src/type.zig +++ b/src/type.zig @@ -2485,6 +2485,8 @@ pub const Type = extern union { .vector => ty.castTag(.vector).?.data.elem_type, .array => ty.castTag(.array).?.data.elem_type, .array_sentinel => ty.castTag(.array_sentinel).?.data.elem_type, + .optional_single_mut_pointer, + .optional_single_const_pointer, .single_const_pointer, .single_mut_pointer, .many_const_pointer,