File tree 3 files changed +0
-4
lines changed
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -3716,7 +3716,6 @@ dependencies = [
3716
3716
" rustc_const_eval" ,
3717
3717
" rustc_data_structures" ,
3718
3718
" rustc_error_codes" ,
3719
- " rustc_error_messages" ,
3720
3719
" rustc_errors" ,
3721
3720
" rustc_expand" ,
3722
3721
" rustc_feature" ,
@@ -3868,7 +3867,6 @@ dependencies = [
3868
3867
" rustc_arena" ,
3869
3868
" rustc_ast" ,
3870
3869
" rustc_data_structures" ,
3871
- " rustc_error_messages" ,
3872
3870
" rustc_index" ,
3873
3871
" rustc_macros" ,
3874
3872
" rustc_serialize" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
16
16
rustc_const_eval = { path = " ../rustc_const_eval" }
17
17
rustc_data_structures = { path = " ../rustc_data_structures" }
18
18
rustc_error_codes = { path = " ../rustc_error_codes" }
19
- rustc_error_messages = { path = " ../rustc_error_messages" }
20
19
rustc_errors = { path = " ../rustc_errors" }
21
20
rustc_expand = { path = " ../rustc_expand" }
22
21
rustc_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"] }
9
9
rustc_arena = { path = " ../rustc_arena" }
10
10
rustc_ast = { path = " ../rustc_ast" }
11
11
rustc_data_structures = { path = " ../rustc_data_structures" }
12
- rustc_error_messages = { path = " ../rustc_error_messages" }
13
12
rustc_index = { path = " ../rustc_index" }
14
13
rustc_macros = { path = " ../rustc_macros" }
15
14
rustc_serialize = { path = " ../rustc_serialize" }
You can’t perform that action at this time.
0 commit comments