fix compilation after rustc change

This commit is contained in:
Ralf Jung
2018-08-17 09:36:53 +02:00
parent c424e21692
commit ea27e46a38
+1 -1
View File
@@ -1,7 +1,7 @@
use rustc::ty::layout::{Size, HasDataLayout};
use rustc::mir::interpret::sign_extend;
use super::{Scalar, ScalarMaybeUndef, EvalResult};
use rustc_mir::interpret::sign_extend;
pub trait ScalarExt {
fn null(size: Size) -> Self;