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
What happens here is that the whole {} block gets treated as a const parameter: Result<(), 92>. So, the issue is that we don't really support bodies of const arguments..
I might be wrong, but I feel we should be able to resolve
open
here:(note the missing
>
in the return type).We resolve
File
just fine.The text was updated successfully, but these errors were encountered: