Why can't compilers fix such simple errors?
It knows the var must be declared as mutable, and it's a very common error, so why not just fix it?
We're considering implementing v -autofix foo.v for this. It'd be very useful when used in VS Code, for example.
Should we add this?