File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1169,6 +1169,7 @@ rust_bootstrap_library(
11691169 deps = [
11701170 ":clippy_utils-0.1.88",
11711171 ":itertools-0.12.1",
1172+ ":rustc_data_structures-0.0.0",
11721173 ":rustc_errors-0.0.0",
11731174 ":rustc_hir-0.0.0",
11741175 ":rustc_middle-0.0.0",
@@ -1936,13 +1937,13 @@ rust_bootstrap_library(
19361937 ":rustc_abi-0.0.0",
19371938 ":rustc_apfloat-0.2.3+llvm-462a31f5a5ab",
19381939 ":rustc_ast-0.0.0",
1939- ":rustc_ast_pretty-0.0.0",
19401940 ":rustc_attr_parsing-0.0.0",
19411941 ":rustc_const_eval-0.0.0",
19421942 ":rustc_data_structures-0.0.0",
19431943 ":rustc_driver-0.0.0",
19441944 ":rustc_errors-0.0.0",
19451945 ":rustc_hir-0.0.0",
1946+ ":rustc_hir_analysis-0.0.0",
19461947 ":rustc_hir_typeck-0.0.0",
19471948 ":rustc_index-0.0.0",
19481949 ":rustc_infer-0.0.0",
Original file line number Diff line number Diff line change 11extra_deps = [
2+ " :rustc_data_structures-0.0.0" ,
23 " :rustc_errors-0.0.0" ,
34 " :rustc_hir-0.0.0" ,
45 " :rustc_middle-0.0.0" ,
Original file line number Diff line number Diff line change 11extra_deps = [
22 " :rustc_abi-0.0.0" ,
33 " :rustc_ast-0.0.0" ,
4- " :rustc_ast_pretty-0.0.0" ,
54 " :rustc_attr_parsing-0.0.0" ,
65 " :rustc_const_eval-0.0.0" ,
76 " :rustc_data_structures-0.0.0" ,
87 " :rustc_driver-0.0.0" ,
98 " :rustc_errors-0.0.0" ,
109 " :rustc_hir-0.0.0" ,
10+ " :rustc_hir_analysis-0.0.0" ,
1111 " :rustc_hir_typeck-0.0.0" ,
1212 " :rustc_index-0.0.0" ,
1313 " :rustc_infer-0.0.0" ,
You can’t perform that action at this time.
0 commit comments