errors.fyi community error code reference
E0594
rust

Assign to Immutable Variable

A new value was assigned to a variable or field that was not declared as mutable. Declare the binding with mut to permit assignment after initialisation.

References

← all namespaces