File tree Expand file tree Collapse file tree 9 files changed +357
-507
lines changed
Expand file tree Collapse file tree 9 files changed +357
-507
lines changed Original file line number Diff line number Diff line change @@ -3787,7 +3787,6 @@ dependencies = [
37873787 " rustc_feature" ,
37883788 " rustc_hir_analysis" ,
37893789 " rustc_hir_pretty" ,
3790- " rustc_hir_typeck" ,
37913790 " rustc_index" ,
37923791 " rustc_interface" ,
37933792 " rustc_lexer" ,
@@ -4017,7 +4016,6 @@ dependencies = [
40174016 " rustc_ast" ,
40184017 " rustc_data_structures" ,
40194018 " rustc_errors" ,
4020- " rustc_fluent_macro" ,
40214019 " rustc_hir" ,
40224020 " rustc_hir_analysis" ,
40234021 " rustc_hir_pretty" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ rustc_expand = { path = "../rustc_expand" }
2222rustc_feature = { path = " ../rustc_feature" }
2323rustc_hir_analysis = { path = " ../rustc_hir_analysis" }
2424rustc_hir_pretty = { path = " ../rustc_hir_pretty" }
25- rustc_hir_typeck = { path = " ../rustc_hir_typeck" }
2625rustc_index = { path = " ../rustc_index" }
2726rustc_interface = { path = " ../rustc_interface" }
2827rustc_lexer = { path = " ../rustc_lexer" }
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ pub static DEFAULT_LOCALE_RESOURCES: &[&str] = &[
123123 rustc_errors:: DEFAULT_LOCALE_RESOURCE ,
124124 rustc_expand:: DEFAULT_LOCALE_RESOURCE ,
125125 rustc_hir_analysis:: DEFAULT_LOCALE_RESOURCE ,
126- rustc_hir_typeck:: DEFAULT_LOCALE_RESOURCE ,
127126 rustc_lint:: DEFAULT_LOCALE_RESOURCE ,
128127 rustc_metadata:: DEFAULT_LOCALE_RESOURCE ,
129128 rustc_middle:: DEFAULT_LOCALE_RESOURCE ,
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ rustc_abi = { path = "../rustc_abi" }
1010rustc_ast = { path = " ../rustc_ast" }
1111rustc_data_structures = { path = " ../rustc_data_structures" }
1212rustc_errors = { path = " ../rustc_errors" }
13- rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
1413rustc_hir = { path = " ../rustc_hir" }
1514rustc_hir_analysis = { path = " ../rustc_hir_analysis" }
1615rustc_hir_pretty = { path = " ../rustc_hir_pretty" }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments