rust/compiler/rustc_mir/src
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
..
borrow_check Compiler error messages: reduce assertiveness of message E0384 2021-04-12 23:29:09 +01:00
const_eval Auto merge of #76881 - hameerabbasi:issue-53325, r=oli-obk 2021-04-02 17:38:57 +00:00
dataflow Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov 2021-04-07 13:07:14 +02:00
interpret Auto merge of #83207 - oli-obk:valtree2, r=lcnr 2021-04-02 10:28:12 +00:00
monomorphize fix 2021-04-02 10:21:23 -07:00
transform Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakis 2021-04-09 01:50:01 +00:00
util Auto merge of #83207 - oli-obk:valtree2, r=lcnr 2021-04-02 10:28:12 +00:00
lib.rs Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
shim.rs Prepare mir::Constant for ty::Const only supporting valtrees 2021-03-12 12:43:54 +00:00