@@ -6,8 +6,6 @@ use crate::rmeta::*;
66
77use rustc:: dep_graph:: { self , DepNode , DepNodeIndex } ;
88use rustc:: hir:: exports:: Export ;
9- use rustc:: hir:: map:: definitions:: DefPathTable ;
10- use rustc:: hir:: map:: { DefKey , DefPath , DefPathData , DefPathHash } ;
119use rustc:: middle:: cstore:: { CrateSource , ExternCrate } ;
1210use rustc:: middle:: cstore:: { ForeignModule , LinkagePreference , NativeLibrary } ;
1311use rustc:: middle:: exported_symbols:: { ExportedSymbol , SymbolExportLevel } ;
@@ -29,6 +27,8 @@ use rustc_expand::proc_macro::{AttrProcMacro, BangProcMacro, ProcMacroDerive};
2927use rustc_hir as hir;
3028use rustc_hir:: def:: { CtorKind , CtorOf , DefKind , Res } ;
3129use rustc_hir:: def_id:: { CrateNum , DefId , DefIndex , LocalDefId , CRATE_DEF_INDEX , LOCAL_CRATE } ;
30+ use rustc_hir:: definitions:: DefPathTable ;
31+ use rustc_hir:: definitions:: { DefKey , DefPath , DefPathData , DefPathHash } ;
3232use rustc_index:: vec:: { Idx , IndexVec } ;
3333use rustc_serialize:: { opaque, Decodable , Decoder , SpecializedDecoder } ;
3434use rustc_session:: Session ;
0 commit comments