File tree Expand file tree Collapse file tree 5 files changed +0
-8
lines changed Expand file tree Collapse file tree 5 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -4086,7 +4086,6 @@ dependencies = [
40864086 " log" ,
40874087 " measureme" ,
40884088 " polonius-engine" ,
4089- " rustc-rayon" ,
40904089 " rustc-rayon-core" ,
40914090 " rustc_apfloat" ,
40924091 " rustc_ast" ,
@@ -4149,7 +4148,6 @@ dependencies = [
41494148 " rustc_hir" ,
41504149 " rustc_index" ,
41514150 " rustc_infer" ,
4152- " rustc_macros" ,
41534151 " rustc_middle" ,
41544152 " rustc_session" ,
41554153 " rustc_span" ,
@@ -4293,7 +4291,6 @@ dependencies = [
42934291 " rustc_errors" ,
42944292 " rustc_feature" ,
42954293 " rustc_fs_util" ,
4296- " rustc_index" ,
42974294 " rustc_span" ,
42984295 " rustc_target" ,
42994296 " serialize" ,
@@ -4326,7 +4323,6 @@ dependencies = [
43264323 " rustc_ast" ,
43274324 " rustc_data_structures" ,
43284325 " rustc_hir" ,
4329- " rustc_metadata" ,
43304326 " rustc_middle" ,
43314327 " rustc_session" ,
43324328 " rustc_span" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ arena = { path = "../libarena" }
1414bitflags = " 1.2.1"
1515scoped-tls = " 1.0"
1616log = { version = " 0.4" , features = [" release_max_level_info" , " std" ] }
17- rustc-rayon = " 0.3.0"
1817rustc-rayon-core = " 0.3.0"
1918polonius-engine = " 0.12.0"
2019rustc_apfloat = { path = " ../librustc_apfloat" }
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ rustc_index = { path = "../librustc_index" }
2020rustc_errors = { path = " ../librustc_errors" }
2121rustc_hir = { path = " ../librustc_hir" }
2222rustc_infer = { path = " ../librustc_infer" }
23- rustc_macros = { path = " ../librustc_macros" }
2423rustc_serialize = { path = " ../libserialize" , package = " serialize" }
2524rustc_session = { path = " ../librustc_session" }
2625rustc_span = { path = " ../librustc_span" }
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ rustc_target = { path = "../librustc_target" }
1717rustc_serialize = { path = " ../libserialize" , package = " serialize" }
1818rustc_data_structures = { path = " ../librustc_data_structures" }
1919rustc_span = { path = " ../librustc_span" }
20- rustc_index = { path = " ../librustc_index" }
2120rustc_fs_util = { path = " ../librustc_fs_util" }
2221num_cpus = " 1.0"
2322rustc_ast = { path = " ../librustc_ast" }
Original file line number Diff line number Diff line change @@ -20,5 +20,4 @@ rustc_middle = { path = "../librustc_middle" }
2020rustc_hir = { path = " ../librustc_hir" }
2121rustc_target = { path = " ../librustc_target" }
2222rustc_data_structures = { path = " ../librustc_data_structures" }
23- rustc_metadata = { path = " ../librustc_metadata" }
2423rustc_session = { path = " ../librustc_session" }
You can’t perform that action at this time.
0 commit comments