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(
1169
1169
deps = [
1170
1170
":clippy_utils-0.1.88",
1171
1171
":itertools-0.12.1",
1172
+ ":rustc_data_structures-0.0.0",
1172
1173
":rustc_errors-0.0.0",
1173
1174
":rustc_hir-0.0.0",
1174
1175
":rustc_middle-0.0.0",
@@ -1936,13 +1937,13 @@ rust_bootstrap_library(
1936
1937
":rustc_abi-0.0.0",
1937
1938
":rustc_apfloat-0.2.3+llvm-462a31f5a5ab",
1938
1939
":rustc_ast-0.0.0",
1939
- ":rustc_ast_pretty-0.0.0",
1940
1940
":rustc_attr_parsing-0.0.0",
1941
1941
":rustc_const_eval-0.0.0",
1942
1942
":rustc_data_structures-0.0.0",
1943
1943
":rustc_driver-0.0.0",
1944
1944
":rustc_errors-0.0.0",
1945
1945
":rustc_hir-0.0.0",
1946
+ ":rustc_hir_analysis-0.0.0",
1946
1947
":rustc_hir_typeck-0.0.0",
1947
1948
":rustc_index-0.0.0",
1948
1949
":rustc_infer-0.0.0",
Original file line number Diff line number Diff line change 1
1
extra_deps = [
2
+ " :rustc_data_structures-0.0.0" ,
2
3
" :rustc_errors-0.0.0" ,
3
4
" :rustc_hir-0.0.0" ,
4
5
" :rustc_middle-0.0.0" ,
Original file line number Diff line number Diff line change 1
1
extra_deps = [
2
2
" :rustc_abi-0.0.0" ,
3
3
" :rustc_ast-0.0.0" ,
4
- " :rustc_ast_pretty-0.0.0" ,
5
4
" :rustc_attr_parsing-0.0.0" ,
6
5
" :rustc_const_eval-0.0.0" ,
7
6
" :rustc_data_structures-0.0.0" ,
8
7
" :rustc_driver-0.0.0" ,
9
8
" :rustc_errors-0.0.0" ,
10
9
" :rustc_hir-0.0.0" ,
10
+ " :rustc_hir_analysis-0.0.0" ,
11
11
" :rustc_hir_typeck-0.0.0" ,
12
12
" :rustc_index-0.0.0" ,
13
13
" :rustc_infer-0.0.0" ,
You can’t perform that action at this time.
0 commit comments