Move everything over from middle::const_val to mir::interpret
This commit is contained in:
parent
6005b0ad2f
commit
05994779ea
34 changed files with 158 additions and 166 deletions
|
|
@ -29,7 +29,7 @@ use syntax::symbol::keywords::{self, Keyword};
|
|||
use syntax::symbol::{Symbol, InternedString};
|
||||
use syntax_pos::{self, DUMMY_SP, Pos, FileName};
|
||||
|
||||
use rustc::middle::const_val::ConstVal;
|
||||
use rustc::mir::interpret::ConstVal;
|
||||
use rustc::middle::privacy::AccessLevels;
|
||||
use rustc::middle::resolve_lifetime as rl;
|
||||
use rustc::ty::fold::TypeFolder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue