This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
compiler/rustc_trait_selection Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -4752,8 +4752,6 @@ checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
47524752name = " rustc_trait_selection"
47534753version = " 0.0.0"
47544754dependencies = [
4755- " bitflags 2.5.0" ,
4756- " derivative" ,
47574755 " itertools" ,
47584756 " rustc_ast" ,
47594757 " rustc_ast_ir" ,
@@ -4762,7 +4760,6 @@ dependencies = [
47624760 " rustc_errors" ,
47634761 " rustc_fluent_macro" ,
47644762 " rustc_hir" ,
4765- " rustc_index" ,
47664763 " rustc_infer" ,
47674764 " rustc_macros" ,
47684765 " rustc_middle" ,
@@ -4775,7 +4772,6 @@ dependencies = [
47754772 " rustc_target" ,
47764773 " rustc_transmute" ,
47774774 " rustc_type_ir" ,
4778- " rustc_type_ir_macros" ,
47794775 " smallvec" ,
47804776 " tracing" ,
47814777]
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ edition = "2021"
55
66[dependencies ]
77# tidy-alphabetical-start
8- bitflags = " 2.4.1"
9- derivative = " 2.2.0"
108itertools = " 0.12"
119rustc_ast = { path = " ../rustc_ast" }
1210rustc_ast_ir = { path = " ../rustc_ast_ir" }
@@ -15,7 +13,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
1513rustc_errors = { path = " ../rustc_errors" }
1614rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
1715rustc_hir = { path = " ../rustc_hir" }
18- rustc_index = { path = " ../rustc_index" }
1916rustc_infer = { path = " ../rustc_infer" }
2017rustc_macros = { path = " ../rustc_macros" }
2118rustc_middle = { path = " ../rustc_middle" }
@@ -28,7 +25,6 @@ rustc_span = { path = "../rustc_span" }
2825rustc_target = { path = " ../rustc_target" }
2926rustc_transmute = { path = " ../rustc_transmute" , features = [" rustc" ] }
3027rustc_type_ir = { path = " ../rustc_type_ir" }
31- rustc_type_ir_macros = { path = " ../rustc_type_ir_macros" }
3228smallvec = { version = " 1.8.1" , features = [" union" , " may_dangle" ] }
3329tracing = " 0.1"
3430# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments