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 used a modified hax version to pretty-print the expected types in the error, which gives: Expected two exact same types, got x=core::result::t_Result<tuple0, tuple0> and y=tuple2<int, core::result::t_Result<tuple0, tuple0>>
So it seems like there is a conflict between hoisting the ? side effect and hoisting the function call that should return the value of its &mut parameter.
The following code fails to extract to F*.
Open this code snippet in the playground
This can be worked around with the following
The text was updated successfully, but these errors were encountered: