rustc: move middle::{def,def_id,pat_util} to hir.
This commit is contained in:
parent
7bebe80bc2
commit
ffca6c3e15
133 changed files with 190 additions and 190 deletions
|
|
@ -31,8 +31,8 @@ use middle::cstore::{InlinedItem, InlinedItemRef};
|
|||
use rustc::ty::adjustment;
|
||||
use rustc::ty::cast;
|
||||
use middle::const_qualif::ConstQualif;
|
||||
use middle::def::{self, Def};
|
||||
use middle::def_id::DefId;
|
||||
use rustc::hir::def::{self, Def};
|
||||
use rustc::hir::def_id::DefId;
|
||||
use middle::region;
|
||||
use rustc::ty::subst;
|
||||
use rustc::ty::{self, Ty, TyCtxt};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue