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
Now that we don't write let for struct fields anymore, struct x { y: t1; z: t2; } looks hideous. I'd much rather it feel more like records: struct x { y: t1, z: t2 }.