File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -3716,7 +3716,6 @@ dependencies = [
37163716 " rustc_const_eval" ,
37173717 " rustc_data_structures" ,
37183718 " rustc_error_codes" ,
3719- " rustc_error_messages" ,
37203719 " rustc_errors" ,
37213720 " rustc_expand" ,
37223721 " rustc_feature" ,
@@ -3868,7 +3867,6 @@ dependencies = [
38683867 " rustc_arena" ,
38693868 " rustc_ast" ,
38703869 " rustc_data_structures" ,
3871- " rustc_error_messages" ,
38723870 " rustc_index" ,
38733871 " rustc_macros" ,
38743872 " rustc_serialize" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
1616rustc_const_eval = { path = " ../rustc_const_eval" }
1717rustc_data_structures = { path = " ../rustc_data_structures" }
1818rustc_error_codes = { path = " ../rustc_error_codes" }
19- rustc_error_messages = { path = " ../rustc_error_messages" }
2019rustc_errors = { path = " ../rustc_errors" }
2120rustc_expand = { path = " ../rustc_expand" }
2221rustc_feature = { path = " ../rustc_feature" }
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ odht = { version = "0.3.1", features = ["nightly"] }
99rustc_arena = { path = " ../rustc_arena" }
1010rustc_ast = { path = " ../rustc_ast" }
1111rustc_data_structures = { path = " ../rustc_data_structures" }
12- rustc_error_messages = { path = " ../rustc_error_messages" }
1312rustc_index = { path = " ../rustc_index" }
1413rustc_macros = { path = " ../rustc_macros" }
1514rustc_serialize = { path = " ../rustc_serialize" }
You can’t perform that action at this time.
0 commit comments