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
If a variable is not marked mut, the compiler should validate that we don't mutate it. Currently we do not. This is important for avoiding runtime errors since immutability is enforced at the page binding level from the runtime.