Skip to content

Commit

Permalink
Merge pull request #466 from solson/rustup
Browse files Browse the repository at this point in the history
rustup
  • Loading branch information
RalfJung committed Oct 2, 2018
2 parents 179238a + 72cd905 commit 317f905
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/intrinsic.rs
Expand Up @@ -2,12 +2,13 @@ use rustc::mir;
use rustc::ty::layout::{self, LayoutOf, Size};
use rustc::ty;

use rustc::mir::interpret::{EvalResult, Scalar, ScalarMaybeUndef, PointerArithmetic};
use rustc_mir::interpret::{
PlaceTy, EvalContext, OpTy, Value
};
use rustc::mir::interpret::{EvalResult, PointerArithmetic};
use rustc_mir::interpret::{EvalContext, PlaceTy, OpTy};

use super::{FalibleScalarExt, OperatorEvalContextExt};
use super::{
Value, Scalar, ScalarMaybeUndef,
FalibleScalarExt, OperatorEvalContextExt
};

pub trait EvalContextExt<'tcx> {
fn call_intrinsic(
Expand Down

0 comments on commit 317f905

Please sign in to comment.