@@ -3091,6 +3091,7 @@ dependencies = [
30913091 " rustc-rayon" ,
30923092 " rustc-rayon-core" ,
30933093 " rustc_apfloat" ,
3094+ " rustc_attr" ,
30943095 " rustc_data_structures" ,
30953096 " rustc_error_codes" ,
30963097 " rustc_errors" ,
@@ -3357,6 +3358,7 @@ version = "0.0.0"
33573358dependencies = [
33583359 " log" ,
33593360 " rustc" ,
3361+ " rustc_ast_pretty" ,
33603362 " rustc_data_structures" ,
33613363 " rustc_error_codes" ,
33623364 " rustc_errors" ,
@@ -3374,6 +3376,8 @@ name = "rustc_ast_passes"
33743376version = " 0.0.0"
33753377dependencies = [
33763378 " log" ,
3379+ " rustc_ast_pretty" ,
3380+ " rustc_attr" ,
33773381 " rustc_data_structures" ,
33783382 " rustc_error_codes" ,
33793383 " rustc_errors" ,
@@ -3384,12 +3388,41 @@ dependencies = [
33843388 " syntax" ,
33853389]
33863390
3391+ [[package ]]
3392+ name = " rustc_ast_pretty"
3393+ version = " 0.0.0"
3394+ dependencies = [
3395+ " log" ,
3396+ " rustc_data_structures" ,
3397+ " rustc_span" ,
3398+ " syntax" ,
3399+ ]
3400+
3401+ [[package ]]
3402+ name = " rustc_attr"
3403+ version = " 0.0.0"
3404+ dependencies = [
3405+ " rustc_ast_pretty" ,
3406+ " rustc_data_structures" ,
3407+ " rustc_error_codes" ,
3408+ " rustc_errors" ,
3409+ " rustc_feature" ,
3410+ " rustc_macros" ,
3411+ " rustc_session" ,
3412+ " rustc_span" ,
3413+ " serialize" ,
3414+ " smallvec 1.0.0" ,
3415+ " syntax" ,
3416+ ]
3417+
33873418[[package ]]
33883419name = " rustc_builtin_macros"
33893420version = " 0.0.0"
33903421dependencies = [
33913422 " fmt_macros" ,
33923423 " log" ,
3424+ " rustc_ast_pretty" ,
3425+ " rustc_attr" ,
33933426 " rustc_data_structures" ,
33943427 " rustc_error_codes" ,
33953428 " rustc_errors" ,
@@ -3413,6 +3446,7 @@ dependencies = [
34133446 " log" ,
34143447 " rustc" ,
34153448 " rustc-demangle" ,
3449+ " rustc_attr" ,
34163450 " rustc_codegen_ssa" ,
34173451 " rustc_codegen_utils" ,
34183452 " rustc_data_structures" ,
@@ -3443,6 +3477,7 @@ dependencies = [
34433477 " num_cpus" ,
34443478 " rustc" ,
34453479 " rustc_apfloat" ,
3480+ " rustc_attr" ,
34463481 " rustc_codegen_utils" ,
34473482 " rustc_data_structures" ,
34483483 " rustc_error_codes" ,
@@ -3508,6 +3543,7 @@ dependencies = [
35083543 " lazy_static 1.3.0" ,
35093544 " log" ,
35103545 " rustc" ,
3546+ " rustc_ast_pretty" ,
35113547 " rustc_codegen_utils" ,
35123548 " rustc_data_structures" ,
35133549 " rustc_error_codes" ,
@@ -3554,6 +3590,8 @@ version = "0.0.0"
35543590dependencies = [
35553591 " log" ,
35563592 " rustc_ast_passes" ,
3593+ " rustc_ast_pretty" ,
3594+ " rustc_attr" ,
35573595 " rustc_data_structures" ,
35583596 " rustc_errors" ,
35593597 " rustc_feature" ,
@@ -3583,11 +3621,11 @@ version = "0.0.0"
35833621name = " rustc_hir"
35843622version = " 0.0.0"
35853623dependencies = [
3624+ " rustc_ast_pretty" ,
35863625 " rustc_data_structures" ,
35873626 " rustc_errors" ,
35883627 " rustc_index" ,
35893628 " rustc_macros" ,
3590- " rustc_session" ,
35913629 " rustc_span" ,
35923630 " rustc_target" ,
35933631 " serialize" ,
@@ -3630,6 +3668,7 @@ dependencies = [
36303668 " rustc-rayon" ,
36313669 " rustc_ast_lowering" ,
36323670 " rustc_ast_passes" ,
3671+ " rustc_attr" ,
36333672 " rustc_builtin_macros" ,
36343673 " rustc_codegen_llvm" ,
36353674 " rustc_codegen_ssa" ,
@@ -3674,6 +3713,8 @@ version = "0.0.0"
36743713dependencies = [
36753714 " log" ,
36763715 " rustc" ,
3716+ " rustc_ast_pretty" ,
3717+ " rustc_attr" ,
36773718 " rustc_data_structures" ,
36783719 " rustc_error_codes" ,
36793720 " rustc_errors" ,
@@ -3715,6 +3756,8 @@ dependencies = [
37153756 " log" ,
37163757 " memmap" ,
37173758 " rustc" ,
3759+ " rustc_ast_pretty" ,
3760+ " rustc_attr" ,
37183761 " rustc_data_structures" ,
37193762 " rustc_error_codes" ,
37203763 " rustc_errors" ,
@@ -3743,6 +3786,8 @@ dependencies = [
37433786 " polonius-engine" ,
37443787 " rustc" ,
37453788 " rustc_apfloat" ,
3789+ " rustc_ast_pretty" ,
3790+ " rustc_attr" ,
37463791 " rustc_data_structures" ,
37473792 " rustc_error_codes" ,
37483793 " rustc_errors" ,
@@ -3766,6 +3811,7 @@ dependencies = [
37663811 " log" ,
37673812 " rustc" ,
37683813 " rustc_apfloat" ,
3814+ " rustc_attr" ,
37693815 " rustc_data_structures" ,
37703816 " rustc_error_codes" ,
37713817 " rustc_errors" ,
@@ -3785,6 +3831,8 @@ version = "0.0.0"
37853831dependencies = [
37863832 " bitflags" ,
37873833 " log" ,
3834+ " rustc_ast_pretty" ,
3835+ " rustc_attr" ,
37883836 " rustc_data_structures" ,
37893837 " rustc_error_codes" ,
37903838 " rustc_errors" ,
@@ -3803,6 +3851,7 @@ version = "0.0.0"
38033851dependencies = [
38043852 " log" ,
38053853 " rustc" ,
3854+ " rustc_attr" ,
38063855 " rustc_data_structures" ,
38073856 " rustc_error_codes" ,
38083857 " rustc_errors" ,
@@ -3835,6 +3884,7 @@ version = "0.0.0"
38353884dependencies = [
38363885 " log" ,
38373886 " rustc" ,
3887+ " rustc_attr" ,
38383888 " rustc_data_structures" ,
38393889 " rustc_error_codes" ,
38403890 " rustc_errors" ,
@@ -3853,6 +3903,8 @@ dependencies = [
38533903 " log" ,
38543904 " rustc" ,
38553905 " rustc_ast_lowering" ,
3906+ " rustc_ast_pretty" ,
3907+ " rustc_attr" ,
38563908 " rustc_data_structures" ,
38573909 " rustc_error_codes" ,
38583910 " rustc_errors" ,
@@ -3874,6 +3926,7 @@ dependencies = [
38743926 " rls-data" ,
38753927 " rls-span" ,
38763928 " rustc" ,
3929+ " rustc_ast_pretty" ,
38773930 " rustc_codegen_utils" ,
38783931 " rustc_data_structures" ,
38793932 " rustc_hir" ,
@@ -3898,6 +3951,7 @@ dependencies = [
38983951 " rustc_span" ,
38993952 " rustc_target" ,
39003953 " serialize" ,
3954+ " syntax" ,
39013955]
39023956
39033957[[package ]]
@@ -3972,6 +4026,7 @@ dependencies = [
39724026 " arena" ,
39734027 " log" ,
39744028 " rustc" ,
4029+ " rustc_attr" ,
39754030 " rustc_data_structures" ,
39764031 " rustc_error_codes" ,
39774032 " rustc_errors" ,
@@ -4493,13 +4548,9 @@ version = "0.0.0"
44934548dependencies = [
44944549 " log" ,
44954550 " rustc_data_structures" ,
4496- " rustc_error_codes" ,
4497- " rustc_errors" ,
4498- " rustc_feature" ,
44994551 " rustc_index" ,
45004552 " rustc_lexer" ,
45014553 " rustc_macros" ,
4502- " rustc_session" ,
45034554 " rustc_span" ,
45044555 " scoped-tls" ,
45054556 " serialize" ,
0 commit comments