mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
fix compilation after rustc change
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user