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 seems like it should be allowed, but it errors out with:
<anon>:5:24: 5:25 error: use of possibly uninitialized variable: `a`
<anon>:5 let a; let b; (a, b) = (1, 2); b
^
<anon>:5:27: 5:28 error: use of possibly uninitialized variable: `b`
<anon>:5 let a; let b; (a, b) = (1, 2); b
^
error: aborting due to 2 previous errors
application terminated with error code 101
The text was updated successfully, but these errors were encountered:
This seems like it should be allowed, but it errors out with:
The text was updated successfully, but these errors were encountered: