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 @@ -4088,7 +4088,6 @@ dependencies = [
4088
4088
" log" ,
4089
4089
" measureme" ,
4090
4090
" polonius-engine" ,
4091
- " rustc-rayon" ,
4092
4091
" rustc-rayon-core" ,
4093
4092
" rustc_apfloat" ,
4094
4093
" rustc_ast" ,
@@ -4151,7 +4150,6 @@ dependencies = [
4151
4150
" rustc_hir" ,
4152
4151
" rustc_index" ,
4153
4152
" rustc_infer" ,
4154
- " rustc_macros" ,
4155
4153
" rustc_middle" ,
4156
4154
" rustc_session" ,
4157
4155
" rustc_span" ,
@@ -4295,7 +4293,6 @@ dependencies = [
4295
4293
" rustc_errors" ,
4296
4294
" rustc_feature" ,
4297
4295
" rustc_fs_util" ,
4298
- " rustc_index" ,
4299
4296
" rustc_span" ,
4300
4297
" rustc_target" ,
4301
4298
" serialize" ,
@@ -4328,7 +4325,6 @@ dependencies = [
4328
4325
" rustc_ast" ,
4329
4326
" rustc_data_structures" ,
4330
4327
" rustc_hir" ,
4331
- " rustc_metadata" ,
4332
4328
" rustc_middle" ,
4333
4329
" rustc_session" ,
4334
4330
" 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