E0596
rust Cannot Mutably Borrow Immutable
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.
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.