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