@@ -6,8 +6,6 @@ use crate::rmeta::*;
6
6
7
7
use rustc:: dep_graph:: { self , DepNode , DepNodeIndex } ;
8
8
use rustc:: hir:: exports:: Export ;
9
- use rustc:: hir:: map:: definitions:: DefPathTable ;
10
- use rustc:: hir:: map:: { DefKey , DefPath , DefPathData , DefPathHash } ;
11
9
use rustc:: middle:: cstore:: { CrateSource , ExternCrate } ;
12
10
use rustc:: middle:: cstore:: { ForeignModule , LinkagePreference , NativeLibrary } ;
13
11
use rustc:: middle:: exported_symbols:: { ExportedSymbol , SymbolExportLevel } ;
@@ -29,6 +27,8 @@ use rustc_expand::proc_macro::{AttrProcMacro, BangProcMacro, ProcMacroDerive};
29
27
use rustc_hir as hir;
30
28
use rustc_hir:: def:: { CtorKind , CtorOf , DefKind , Res } ;
31
29
use 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 } ;
32
32
use rustc_index:: vec:: { Idx , IndexVec } ;
33
33
use rustc_serialize:: { opaque, Decodable , Decoder , SpecializedDecoder } ;
34
34
use rustc_session:: Session ;
0 commit comments