Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70aeb22

Browse files
authoredJun 3, 2019
Re-add needed Immediate dependency
1 parent e2843b7 commit 70aeb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/librustc_mir/interpret/intrinsics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use rustc::mir::interpret::{
1111
};
1212

1313
use super::{
14-
Machine, PlaceTy, OpTy, InterpretCx,
14+
Machine, PlaceTy, OpTy, InterpretCx, Immediate,
1515
};
1616

1717
mod type_name;

0 commit comments

Comments
 (0)
Please sign in to comment.