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 @@ -3824,7 +3824,6 @@ dependencies = [
3824
3824
" rustc_session" ,
3825
3825
" rustc_smir" ,
3826
3826
" rustc_span" ,
3827
- " rustc_symbol_mangling" ,
3828
3827
" rustc_target" ,
3829
3828
" rustc_trait_selection" ,
3830
3829
" rustc_ty_utils" ,
@@ -4008,7 +4007,6 @@ dependencies = [
4008
4007
" rustc_data_structures" ,
4009
4008
" rustc_errors" ,
4010
4009
" rustc_fluent_macro" ,
4011
- " rustc_graphviz" ,
4012
4010
" rustc_hir" ,
4013
4011
" rustc_hir_analysis" ,
4014
4012
" rustc_hir_pretty" ,
@@ -4468,7 +4466,6 @@ dependencies = [
4468
4466
" rustc_errors" ,
4469
4467
" rustc_fluent_macro" ,
4470
4468
" rustc_hir" ,
4471
- " rustc_hir_analysis" ,
4472
4469
" rustc_macros" ,
4473
4470
" rustc_middle" ,
4474
4471
" rustc_session" ,
@@ -4515,7 +4512,6 @@ dependencies = [
4515
4512
" rustc_session" ,
4516
4513
" rustc_span" ,
4517
4514
" rustc_target" ,
4518
- " rustc_type_ir" ,
4519
4515
" smallvec" ,
4520
4516
" thin-vec" ,
4521
4517
" tracing" ,
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ rustc_resolve = { path = "../rustc_resolve" }
44
44
rustc_session = { path = " ../rustc_session" }
45
45
rustc_smir ={ path = " ../rustc_smir" }
46
46
rustc_span = { path = " ../rustc_span" }
47
- rustc_symbol_mangling = { path = " ../rustc_symbol_mangling" }
48
47
rustc_target = { path = " ../rustc_target" }
49
48
rustc_trait_selection = { path = " ../rustc_trait_selection" }
50
49
rustc_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" }
12
12
rustc_data_structures = { path = " ../rustc_data_structures" }
13
13
rustc_errors = { path = " ../rustc_errors" }
14
14
rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
15
- rustc_graphviz = { path = " ../rustc_graphviz" }
16
15
rustc_hir = { path = " ../rustc_hir" }
17
16
rustc_hir_analysis = { path = " ../rustc_hir_analysis" }
18
17
rustc_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" }
11
11
rustc_errors = { path = " ../rustc_errors" }
12
12
rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
13
13
rustc_hir = { path = " ../rustc_hir" }
14
- rustc_hir_analysis = { path = " ../rustc_hir_analysis" }
15
14
rustc_macros = { path = " ../rustc_macros" }
16
15
rustc_middle = { path = " ../rustc_middle" }
17
16
rustc_session = { path = " ../rustc_session" }
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ rustc_serialize = { path = "../rustc_serialize" }
19
19
rustc_session = { path = " ../rustc_session" }
20
20
rustc_span = { path = " ../rustc_span" }
21
21
rustc_target = { path = " ../rustc_target" }
22
- rustc_type_ir = { path = " ../rustc_type_ir" }
23
22
smallvec = { version = " 1.8.1" , features = [" union" , " may_dangle" ] }
24
23
thin-vec = " 0.2.12"
25
24
tracing = " 0.1"
You can’t perform that action at this time.
0 commit comments