mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 03:24:11 +00:00
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.