$ errors.fyi/rust/E0596 74 namespaces · 3,092 codes
rust · rust/E0596
E0596

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

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT