rustc_mir: don't move temporaries that are still used later.

This commit is contained in:
Eduard-Mihai Burtescu 2017-12-04 17:46:23 +02:00
parent fdfbcf85d5
commit 2a629f931d
4 changed files with 14 additions and 4 deletions

View file

@ -10,6 +10,8 @@
// ignore-emscripten i128 doesn't work
// compile-flags: -Z borrowck=compare
#![feature(i128_type, test)]
extern crate test;

View file

@ -10,6 +10,8 @@
// ignore-emscripten u128 not supported
// compile-flags: -Z borrowck=compare
#![feature(i128_type, test)]
extern crate test;