| ... | @@ -26892,7 +26892,7 @@ fn fieldPtr( | ... | @@ -26892,7 +26892,7 @@ fn fieldPtr( |
| 26892 | const ptr_info = object_ty.ptrInfo(zcu); | 26892 | const ptr_info = object_ty.ptrInfo(zcu); |
| 26893 | const new_ptr_ty = try pt.ptrTypeSema(.{ | 26893 | const new_ptr_ty = try pt.ptrTypeSema(.{ |
| 26894 | .child = Type.fromInterned(ptr_info.child).childType(zcu).toIntern(), | 26894 | .child = Type.fromInterned(ptr_info.child).childType(zcu).toIntern(), |
| 26895 | .sentinel = if (object_ty.sentinel(zcu)) |s| s.toIntern() else .none, | 26895 | .sentinel = if (inner_ty.sentinel(zcu)) |s| s.toIntern() else .none, |
| 26896 | .flags = .{ | 26896 | .flags = .{ |
| 26897 | .size = .many, | 26897 | .size = .many, |
| 26898 | .alignment = ptr_info.flags.alignment, | 26898 | .alignment = ptr_info.flags.alignment, |