File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4588,7 +4588,6 @@ dependencies = [
45884588 " rustc_errors" ,
45894589 " rustc_expand" ,
45904590 " rustc_feature" ,
4591- " rustc_fluent_macro" ,
45924591 " rustc_hir" ,
45934592 " rustc_index" ,
45944593 " rustc_macros" ,
Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ pub static DEFAULT_LOCALE_RESOURCES: &[&str] = &[
135135 rustc_passes:: DEFAULT_LOCALE_RESOURCE ,
136136 rustc_pattern_analysis:: DEFAULT_LOCALE_RESOURCE ,
137137 rustc_privacy:: DEFAULT_LOCALE_RESOURCE ,
138- rustc_resolve:: DEFAULT_LOCALE_RESOURCE ,
139138 rustc_session:: DEFAULT_LOCALE_RESOURCE ,
140139 rustc_trait_selection:: DEFAULT_LOCALE_RESOURCE ,
141140 rustc_ty_utils:: DEFAULT_LOCALE_RESOURCE ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
1616rustc_errors = { path = " ../rustc_errors" }
1717rustc_expand = { path = " ../rustc_expand" }
1818rustc_feature = { path = " ../rustc_feature" }
19- rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
2019rustc_hir = { path = " ../rustc_hir" }
2120rustc_index = { path = " ../rustc_index" }
2221rustc_macros = { path = " ../rustc_macros" }
You can’t perform that action at this time.
0 commit comments