File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -3337,17 +3337,6 @@ dependencies = [
3337
3337
" core" ,
3338
3338
]
3339
3339
3340
- [[package ]]
3341
- name = " rustc_ast_borrowck"
3342
- version = " 0.0.0"
3343
- dependencies = [
3344
- " graphviz" ,
3345
- " log" ,
3346
- " rustc" ,
3347
- " rustc_data_structures" ,
3348
- " syntax_pos" ,
3349
- ]
3350
-
3351
3340
[[package ]]
3352
3341
name = " rustc_codegen_llvm"
3353
3342
version = " 0.0.0"
@@ -3425,7 +3414,6 @@ dependencies = [
3425
3414
" lazy_static 1.3.0" ,
3426
3415
" log" ,
3427
3416
" rustc" ,
3428
- " rustc_ast_borrowck" ,
3429
3417
" rustc_codegen_utils" ,
3430
3418
" rustc_data_structures" ,
3431
3419
" rustc_errors" ,
@@ -3483,7 +3471,6 @@ dependencies = [
3483
3471
" once_cell" ,
3484
3472
" rustc" ,
3485
3473
" rustc-rayon" ,
3486
- " rustc_ast_borrowck" ,
3487
3474
" rustc_codegen_ssa" ,
3488
3475
" rustc_codegen_utils" ,
3489
3476
" rustc_data_structures" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ log = "0.4"
16
16
env_logger = { version = " 0.6" , default-features = false }
17
17
rustc = { path = " ../librustc" }
18
18
rustc_target = { path = " ../librustc_target" }
19
- rustc_ast_borrowck = { path = " ../librustc_ast_borrowck" }
20
19
rustc_data_structures = { path = " ../librustc_data_structures" }
21
20
errors = { path = " ../librustc_errors" , package = " rustc_errors" }
22
21
rustc_metadata = { path = " ../librustc_metadata" }
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ syntax_ext = { path = "../libsyntax_ext" }
18
18
syntax_pos = { path = " ../libsyntax_pos" }
19
19
rustc_serialize = { path = " ../libserialize" , package = " serialize" }
20
20
rustc = { path = " ../librustc" }
21
- rustc_ast_borrowck = { path = " ../librustc_ast_borrowck" }
22
21
rustc_incremental = { path = " ../librustc_incremental" }
23
22
rustc_traits = { path = " ../librustc_traits" }
24
23
rustc_data_structures = { path = " ../librustc_data_structures" }
You can’t perform that action at this time.
0 commit comments