File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3793,7 +3793,6 @@ dependencies = [
37933793 " rustc_hir_analysis" ,
37943794 " rustc_hir_pretty" ,
37953795 " rustc_hir_typeck" ,
3796- " rustc_incremental" ,
37973796 " rustc_index" ,
37983797 " rustc_infer" ,
37993798 " rustc_interface" ,
@@ -4054,7 +4053,6 @@ dependencies = [
40544053 " rustc_ast" ,
40554054 " rustc_data_structures" ,
40564055 " rustc_errors" ,
4057- " rustc_fluent_macro" ,
40584056 " rustc_fs_util" ,
40594057 " rustc_graphviz" ,
40604058 " rustc_hashes" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ rustc_fluent_macro = { path = "../rustc_fluent_macro" }
2525rustc_hir_analysis = { path = " ../rustc_hir_analysis" }
2626rustc_hir_pretty = { path = " ../rustc_hir_pretty" }
2727rustc_hir_typeck = { path = " ../rustc_hir_typeck" }
28- rustc_incremental = { path = " ../rustc_incremental" }
2928rustc_index = { path = " ../rustc_index" }
3029rustc_infer = { path = " ../rustc_infer" }
3130rustc_interface = { path = " ../rustc_interface" }
Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ pub static DEFAULT_LOCALE_RESOURCES: &[&str] = &[
128128 rustc_expand:: DEFAULT_LOCALE_RESOURCE ,
129129 rustc_hir_analysis:: DEFAULT_LOCALE_RESOURCE ,
130130 rustc_hir_typeck:: DEFAULT_LOCALE_RESOURCE ,
131- rustc_incremental:: DEFAULT_LOCALE_RESOURCE ,
132131 rustc_infer:: DEFAULT_LOCALE_RESOURCE ,
133132 rustc_interface:: DEFAULT_LOCALE_RESOURCE ,
134133 rustc_lint:: DEFAULT_LOCALE_RESOURCE ,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ rand = "0.9.0"
99rustc_ast = { path = " ../rustc_ast" }
1010rustc_data_structures = { path = " ../rustc_data_structures" }
1111rustc_errors = { path = " ../rustc_errors" }
12- rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
1312rustc_fs_util = { path = " ../rustc_fs_util" }
1413rustc_graphviz = { path = " ../rustc_graphviz" }
1514rustc_hashes = { path = " ../rustc_hashes" }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments