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 @@ -3824,7 +3824,6 @@ dependencies = [
38243824 " rustc_session" ,
38253825 " rustc_smir" ,
38263826 " rustc_span" ,
3827- " rustc_symbol_mangling" ,
38283827 " rustc_target" ,
38293828 " rustc_trait_selection" ,
38303829 " rustc_ty_utils" ,
@@ -4008,7 +4007,6 @@ dependencies = [
40084007 " rustc_data_structures" ,
40094008 " rustc_errors" ,
40104009 " rustc_fluent_macro" ,
4011- " rustc_graphviz" ,
40124010 " rustc_hir" ,
40134011 " rustc_hir_analysis" ,
40144012 " rustc_hir_pretty" ,
@@ -4468,7 +4466,6 @@ dependencies = [
44684466 " rustc_errors" ,
44694467 " rustc_fluent_macro" ,
44704468 " rustc_hir" ,
4471- " rustc_hir_analysis" ,
44724469 " rustc_macros" ,
44734470 " rustc_middle" ,
44744471 " rustc_session" ,
@@ -4515,7 +4512,6 @@ dependencies = [
45154512 " rustc_session" ,
45164513 " rustc_span" ,
45174514 " rustc_target" ,
4518- " rustc_type_ir" ,
45194515 " smallvec" ,
45204516 " thin-vec" ,
45214517 " tracing" ,
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ rustc_resolve = { path = "../rustc_resolve" }
4444rustc_session = { path = " ../rustc_session" }
4545rustc_smir ={ path = " ../rustc_smir" }
4646rustc_span = { path = " ../rustc_span" }
47- rustc_symbol_mangling = { path = " ../rustc_symbol_mangling" }
4847rustc_target = { path = " ../rustc_target" }
4948rustc_trait_selection = { path = " ../rustc_trait_selection" }
5049rustc_ty_utils = { path = " ../rustc_ty_utils" }
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ rustc_attr = { path = "../rustc_attr" }
1212rustc_data_structures = { path = " ../rustc_data_structures" }
1313rustc_errors = { path = " ../rustc_errors" }
1414rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
15- rustc_graphviz = { path = " ../rustc_graphviz" }
1615rustc_hir = { path = " ../rustc_hir" }
1716rustc_hir_analysis = { path = " ../rustc_hir_analysis" }
1817rustc_hir_pretty = { path = " ../rustc_hir_pretty" }
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
1111rustc_errors = { path = " ../rustc_errors" }
1212rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
1313rustc_hir = { path = " ../rustc_hir" }
14- rustc_hir_analysis = { path = " ../rustc_hir_analysis" }
1514rustc_macros = { path = " ../rustc_macros" }
1615rustc_middle = { path = " ../rustc_middle" }
1716rustc_session = { path = " ../rustc_session" }
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ rustc_serialize = { path = "../rustc_serialize" }
1919rustc_session = { path = " ../rustc_session" }
2020rustc_span = { path = " ../rustc_span" }
2121rustc_target = { path = " ../rustc_target" }
22- rustc_type_ir = { path = " ../rustc_type_ir" }
2322smallvec = { version = " 1.8.1" , features = [" union" , " may_dangle" ] }
2423thin-vec = " 0.2.12"
2524tracing = " 0.1"
You can’t perform that action at this time.
0 commit comments