File tree 2 files changed +0
-14
lines changed
compiler/rustc_query_impl
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -4250,20 +4250,13 @@ version = "0.0.0"
4250
4250
dependencies = [
4251
4251
" measureme" ,
4252
4252
" rustc-rayon-core" ,
4253
- " rustc_ast" ,
4254
- " rustc_attr" ,
4255
4253
" rustc_data_structures" ,
4256
4254
" rustc_errors" ,
4257
- " rustc_feature" ,
4258
4255
" rustc_hir" ,
4259
- " rustc_index" ,
4260
- " rustc_macros" ,
4261
4256
" rustc_middle" ,
4262
4257
" rustc_query_system" ,
4263
4258
" rustc_serialize" ,
4264
- " rustc_session" ,
4265
4259
" rustc_span" ,
4266
- " rustc_target" ,
4267
4260
" tracing" ,
4268
4261
]
4269
4262
Original file line number Diff line number Diff line change @@ -11,17 +11,10 @@ doctest = false
11
11
measureme = " 9.0.0"
12
12
rustc-rayon-core = " 0.3.1"
13
13
tracing = " 0.1"
14
- rustc_ast = { path = " ../rustc_ast" }
15
- rustc_attr = { path = " ../rustc_attr" }
16
14
rustc_data_structures = { path = " ../rustc_data_structures" }
17
15
rustc_errors = { path = " ../rustc_errors" }
18
- rustc_feature = { path = " ../rustc_feature" }
19
16
rustc_hir = { path = " ../rustc_hir" }
20
- rustc_index = { path = " ../rustc_index" }
21
- rustc_macros = { path = " ../rustc_macros" }
22
17
rustc_middle = { path = " ../rustc_middle" }
23
18
rustc_query_system = { path = " ../rustc_query_system" }
24
19
rustc_span = { path = " ../rustc_span" }
25
20
rustc_serialize = { path = " ../rustc_serialize" }
26
- rustc_session = { path = " ../rustc_session" }
27
- rustc_target = { path = " ../rustc_target" }
You can’t perform that action at this time.
0 commit comments