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.
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.