File tree 2 files changed +0
-8
lines changed
compiler/rustc_trait_selection
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -4752,8 +4752,6 @@ checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
4752
4752
name = " rustc_trait_selection"
4753
4753
version = " 0.0.0"
4754
4754
dependencies = [
4755
- " bitflags 2.5.0" ,
4756
- " derivative" ,
4757
4755
" itertools" ,
4758
4756
" rustc_ast" ,
4759
4757
" rustc_ast_ir" ,
@@ -4762,7 +4760,6 @@ dependencies = [
4762
4760
" rustc_errors" ,
4763
4761
" rustc_fluent_macro" ,
4764
4762
" rustc_hir" ,
4765
- " rustc_index" ,
4766
4763
" rustc_infer" ,
4767
4764
" rustc_macros" ,
4768
4765
" rustc_middle" ,
@@ -4775,7 +4772,6 @@ dependencies = [
4775
4772
" rustc_target" ,
4776
4773
" rustc_transmute" ,
4777
4774
" rustc_type_ir" ,
4778
- " rustc_type_ir_macros" ,
4779
4775
" smallvec" ,
4780
4776
" tracing" ,
4781
4777
]
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ edition = "2021"
5
5
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
- bitflags = " 2.4.1"
9
- derivative = " 2.2.0"
10
8
itertools = " 0.12"
11
9
rustc_ast = { path = " ../rustc_ast" }
12
10
rustc_ast_ir = { path = " ../rustc_ast_ir" }
@@ -15,7 +13,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
15
13
rustc_errors = { path = " ../rustc_errors" }
16
14
rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
17
15
rustc_hir = { path = " ../rustc_hir" }
18
- rustc_index = { path = " ../rustc_index" }
19
16
rustc_infer = { path = " ../rustc_infer" }
20
17
rustc_macros = { path = " ../rustc_macros" }
21
18
rustc_middle = { path = " ../rustc_middle" }
@@ -28,7 +25,6 @@ rustc_span = { path = "../rustc_span" }
28
25
rustc_target = { path = " ../rustc_target" }
29
26
rustc_transmute = { path = " ../rustc_transmute" , features = [" rustc" ] }
30
27
rustc_type_ir = { path = " ../rustc_type_ir" }
31
- rustc_type_ir_macros = { path = " ../rustc_type_ir_macros" }
32
28
smallvec = { version = " 1.8.1" , features = [" union" , " may_dangle" ] }
33
29
tracing = " 0.1"
34
30
# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments