rust/compiler/rustc_mir/src
Yuki Okushi 8e6472fe32
Rollup merge of #80324 - Aaron1011:loop-move-fn-self, r=oli-obk
Explain method-call move errors in loops

PR #73708 added a more detailed explanation of move errors that occur
due to a call to a method that takes `self`. This PR extends that logic
to work when a move error occurs due to a method call in the previous
iteration of a loop.
2021-01-12 07:59:10 +09:00
..
borrow_check Change wording of note 2021-01-08 14:57:35 -05:00
const_eval Add ABI argument to find_mir_or_eval_fn 2021-01-10 15:12:50 +00:00
dataflow Switch compiler/ to intra-doc links 2020-12-18 15:22:51 -05:00
interpret Add ABI argument to find_mir_or_eval_fn 2021-01-10 15:12:50 +00:00
monomorphize Remove ForeignMod struct. 2020-11-26 21:32:27 +01:00
transform Add ABI argument to find_mir_or_eval_fn 2021-01-10 15:12:50 +00:00
util Rollup merge of #79999 - hencrice:yenlinc/79799, r=oli-obk 2020-12-25 03:39:33 +01:00
lib.rs Dogfood 'str_split_once() with compiler/ 2020-12-07 12:48:44 -07:00
shim.rs Support building clone shims for arrays with generic size 2020-11-21 00:00:00 +00:00