rustc_mir: don't move temporaries that are still used later.
This commit is contained in:
parent
fdfbcf85d5
commit
2a629f931d
4 changed files with 14 additions and 4 deletions
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
// ignore-emscripten i128 doesn't work
|
||||
|
||||
// compile-flags: -Z borrowck=compare
|
||||
|
||||
#![feature(i128_type, test)]
|
||||
|
||||
extern crate test;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
// ignore-emscripten u128 not supported
|
||||
|
||||
// compile-flags: -Z borrowck=compare
|
||||
|
||||
#![feature(i128_type, test)]
|
||||
|
||||
extern crate test;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue