File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
src/librustc_query_system Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -4043,10 +4043,8 @@ dependencies = [
40434043 " log" ,
40444044 " parking_lot 0.9.0" ,
40454045 " rustc-rayon-core" ,
4046- " rustc_ast" ,
40474046 " rustc_data_structures" ,
40484047 " rustc_errors" ,
4049- " rustc_hir" ,
40504048 " rustc_index" ,
40514049 " rustc_macros" ,
40524050 " rustc_session" ,
Original file line number Diff line number Diff line change @@ -12,10 +12,8 @@ doctest = false
1212[dependencies ]
1313log = { version = " 0.4" , features = [" release_max_level_info" , " std" ] }
1414rustc-rayon-core = " 0.3.0"
15- rustc_ast = { path = " ../librustc_ast" }
1615rustc_data_structures = { path = " ../librustc_data_structures" }
1716rustc_errors = { path = " ../librustc_errors" }
18- rustc_hir = { path = " ../librustc_hir" }
1917rustc_index = { path = " ../librustc_index" }
2018rustc_macros = { path = " ../librustc_macros" }
2119rustc_serialize = { path = " ../libserialize" , package = " serialize" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use crate::query::job::{QueryJobId, QueryJobInfo};
77use crate :: query:: plumbing:: CycleError ;
88use crate :: query:: QueryState ;
99use rustc_data_structures:: profiling:: ProfileCategory ;
10- use rustc_hir :: def_id:: DefId ;
10+ use rustc_span :: def_id:: DefId ;
1111
1212use rustc_data_structures:: fingerprint:: Fingerprint ;
1313use rustc_data_structures:: fx:: FxHashMap ;
You can’t perform that action at this time.
0 commit comments