Re-add needed Immediate dependency

This commit is contained in:
TankhouseAle 2019-06-03 14:55:36 -04:00 committed by GitHub
parent e2843b792a
commit 70aeb2233f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ use rustc::mir::interpret::{
};
use super::{
Machine, PlaceTy, OpTy, InterpretCx,
Machine, PlaceTy, OpTy, InterpretCx, Immediate,
};
mod type_name;