errors.fyi community error code reference
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.

References

โ† all namespaces for E0596