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
This is more of a "preventive" bug than a current one. We have to be careful that if a struct has a destructor you cannot pull it apart using destructuring and unary move:
let {f, g, h, _} = move foo
I am sure that our first version will have this bug, so I am filing it in advance. :)
The text was updated successfully, but these errors were encountered:
This is more of a "preventive" bug than a current one. We have to be careful that if a struct has a destructor you cannot pull it apart using destructuring and unary move:
I am sure that our first version will have this bug, so I am filing it in advance. :)
The text was updated successfully, but these errors were encountered: