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

Assign to Immutable Variable

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.

References

In this namespace

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