You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A couple small fixes split out from the `FIXED` work
* 85bd2ac: Makes
`pointer_table[PointerId::NONE]` panic with a clearer message (it
already panics, but the message is rather opaque).
* e02e0b8: The `pointee_ty` field of
`Callee::PtrOffset` currently is always set to the `T` from `impl<T>
*mut T { ... }`; this commit fixes it to be the actual pointee type at
the use site. For example, on `(x: *mut i32).offset(...)`, `pointee_ty`
will now be `i32`.
0 commit comments