A mutable reference was requested for a variable that was not declared as mutable. Add the mut keyword to the variable's declaration to allow mutable borrowing.
E0596
rust A mutable reference was requested for a variable that was not declared as mutable. Add the mut keyword to the variable's declaration to allow mutable borrowing.