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
I think there is still a discrepancy in handling of isize, as the conversion uses isize for whatever platform Verus is compiled on, not necessarily the target architecture of the user code
This is a follow-up to #2767
I think there is still a discrepancy in handling of isize, as the conversion uses
isizefor whatever platform Verus is compiled on, not necessarily the target architecture of the user code