File tree 5 files changed +0
-8
lines changed
5 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -4086,7 +4086,6 @@ dependencies = [
4086
4086
" log" ,
4087
4087
" measureme" ,
4088
4088
" polonius-engine" ,
4089
- " rustc-rayon" ,
4090
4089
" rustc-rayon-core" ,
4091
4090
" rustc_apfloat" ,
4092
4091
" rustc_ast" ,
@@ -4149,7 +4148,6 @@ dependencies = [
4149
4148
" rustc_hir" ,
4150
4149
" rustc_index" ,
4151
4150
" rustc_infer" ,
4152
- " rustc_macros" ,
4153
4151
" rustc_middle" ,
4154
4152
" rustc_session" ,
4155
4153
" rustc_span" ,
@@ -4293,7 +4291,6 @@ dependencies = [
4293
4291
" rustc_errors" ,
4294
4292
" rustc_feature" ,
4295
4293
" rustc_fs_util" ,
4296
- " rustc_index" ,
4297
4294
" rustc_span" ,
4298
4295
" rustc_target" ,
4299
4296
" serialize" ,
@@ -4326,7 +4323,6 @@ dependencies = [
4326
4323
" rustc_ast" ,
4327
4324
" rustc_data_structures" ,
4328
4325
" rustc_hir" ,
4329
- " rustc_metadata" ,
4330
4326
" rustc_middle" ,
4331
4327
" rustc_session" ,
4332
4328
" rustc_span" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ arena = { path = "../libarena" }
14
14
bitflags = " 1.2.1"
15
15
scoped-tls = " 1.0"
16
16
log = { version = " 0.4" , features = [" release_max_level_info" , " std" ] }
17
- rustc-rayon = " 0.3.0"
18
17
rustc-rayon-core = " 0.3.0"
19
18
polonius-engine = " 0.12.0"
20
19
rustc_apfloat = { path = " ../librustc_apfloat" }
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ rustc_index = { path = "../librustc_index" }
20
20
rustc_errors = { path = " ../librustc_errors" }
21
21
rustc_hir = { path = " ../librustc_hir" }
22
22
rustc_infer = { path = " ../librustc_infer" }
23
- rustc_macros = { path = " ../librustc_macros" }
24
23
rustc_serialize = { path = " ../libserialize" , package = " serialize" }
25
24
rustc_session = { path = " ../librustc_session" }
26
25
rustc_span = { path = " ../librustc_span" }
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ rustc_target = { path = "../librustc_target" }
17
17
rustc_serialize = { path = " ../libserialize" , package = " serialize" }
18
18
rustc_data_structures = { path = " ../librustc_data_structures" }
19
19
rustc_span = { path = " ../librustc_span" }
20
- rustc_index = { path = " ../librustc_index" }
21
20
rustc_fs_util = { path = " ../librustc_fs_util" }
22
21
num_cpus = " 1.0"
23
22
rustc_ast = { path = " ../librustc_ast" }
Original file line number Diff line number Diff line change @@ -20,5 +20,4 @@ rustc_middle = { path = "../librustc_middle" }
20
20
rustc_hir = { path = " ../librustc_hir" }
21
21
rustc_target = { path = " ../librustc_target" }
22
22
rustc_data_structures = { path = " ../librustc_data_structures" }
23
- rustc_metadata = { path = " ../librustc_metadata" }
24
23
rustc_session = { path = " ../librustc_session" }
You can’t perform that action at this time.
0 commit comments