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
cast_ptr_alignment: move the regular check into the if
this allows reusing `cast_from` and `cast_to`
one possible problem is that the `if` has an additional
`is_hir_ty_cfg_dependant` check which the let-chain of the original
`check` didn't have.. but maybe this is actually more correct
0 commit comments