mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
0174dd6f92
This message is emitted as guidance by the compiler when a developer attempts to reassign a value to an immutable variable. Following the message will always currently work, but it may not always be the best course of action; following the 'consider ...' messaging pattern provides a hint to the developer that it could be wise to explore other alternatives.