]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #41361 - arielb1:move-mir-init, r=pnkfelix
authorCorey Farwell <coreyf@rwell.org>
Tue, 18 Apr 2017 18:05:45 +0000 (14:05 -0400)
committerGitHub <noreply@github.com>
Tue, 18 Apr 2017 18:05:45 +0000 (14:05 -0400)
lower `move_val_init` during MIR construction

Because of its "magic" order-of-evaluation semantics, `move_val_init` must be lowered during MIR construction in order to work without needing a temporary.

r? @eddyb


Trivial merge