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 the issue is that we're sending a @int, which could be shared mutable state. I'm guessing with move semantics, this is actually legal, since typestate and such will make sure we don't actually share it. I'll go ahead and close this.
This should fail to compile but currently doesn't.
This will probably be fixed when #568 is fixed.
The text was updated successfully, but these errors were encountered: