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 = [
4043
4043
" log" ,
4044
4044
" parking_lot 0.9.0" ,
4045
4045
" rustc-rayon-core" ,
4046
- " rustc_ast" ,
4047
4046
" rustc_data_structures" ,
4048
4047
" rustc_errors" ,
4049
- " rustc_hir" ,
4050
4048
" rustc_index" ,
4051
4049
" rustc_macros" ,
4052
4050
" rustc_session" ,
Original file line number Diff line number Diff line change @@ -12,10 +12,8 @@ doctest = false
12
12
[dependencies ]
13
13
log = { version = " 0.4" , features = [" release_max_level_info" , " std" ] }
14
14
rustc-rayon-core = " 0.3.0"
15
- rustc_ast = { path = " ../librustc_ast" }
16
15
rustc_data_structures = { path = " ../librustc_data_structures" }
17
16
rustc_errors = { path = " ../librustc_errors" }
18
- rustc_hir = { path = " ../librustc_hir" }
19
17
rustc_index = { path = " ../librustc_index" }
20
18
rustc_macros = { path = " ../librustc_macros" }
21
19
rustc_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};
7
7
use crate :: query:: plumbing:: CycleError ;
8
8
use crate :: query:: QueryState ;
9
9
use rustc_data_structures:: profiling:: ProfileCategory ;
10
- use rustc_hir :: def_id:: DefId ;
10
+ use rustc_span :: def_id:: DefId ;
11
11
12
12
use rustc_data_structures:: fingerprint:: Fingerprint ;
13
13
use rustc_data_structures:: fx:: FxHashMap ;
You can’t perform that action at this time.
0 commit comments