rust/compiler
Dylan DPC c7c59d7c3b
Rollup merge of #84172 - jayaddison:compiler/E0384-reduce-assertiveness, r=petrochenkov
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.

Resolves #84144
2021-04-16 14:08:33 +02:00
..
2021-04-04 14:10:26 -07:00
2021-03-26 09:32:31 -07:00
2021-03-27 22:16:33 -04:00
2021-04-16 13:04:02 +08:00
2021-03-27 22:16:33 -04:00
2021-03-26 09:32:31 -07:00
2021-04-16 13:04:02 +08:00
2021-03-23 17:16:20 +00:00
2021-04-13 18:42:19 +02:00
2021-03-31 10:15:27 -04:00