rust/compiler/rustc_mir
James Addison 0174dd6f92 Compiler error messages: reduce assertiveness of message E0384
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.
2021-04-12 23:29:09 +01:00
..
src Compiler error messages: reduce assertiveness of message E0384 2021-04-12 23:29:09 +01:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00