summary refs log tree commit diff
path: root/src/test/codegen/move-val-init.rs
AgeCommit message (Collapse)AuthorLines
2017-04-18lower `move_val_init` during MIR constructionAriel Ben-Yehuda-0/+29
Because of its "magic" order-of-evaluation semantics, `move_val_init` must be lowered during MIR construction in order to work.