Skip to content

Compiler should enforce mutability #19

@WireWhiz

Description

@WireWhiz

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.

Metadata

Metadata

Assignees

Labels

planned featureUn-implemented but planned feature

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions