fix compilation after rustc change
This commit is contained in:
parent
c424e21692
commit
ea27e46a38
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue