@@ -3127,6 +3127,7 @@ dependencies = [
3127
3127
" rustc-rayon-core 0.3.0" ,
3128
3128
" rustc_apfloat" ,
3129
3129
" rustc_data_structures" ,
3130
+ " rustc_error_codes" ,
3130
3131
" rustc_errors" ,
3131
3132
" rustc_fs_util" ,
3132
3133
" rustc_index" ,
@@ -3439,6 +3440,7 @@ dependencies = [
3439
3440
" rustc_apfloat" ,
3440
3441
" rustc_codegen_utils" ,
3441
3442
" rustc_data_structures" ,
3443
+ " rustc_error_codes" ,
3442
3444
" rustc_errors" ,
3443
3445
" rustc_fs_util" ,
3444
3446
" rustc_incremental" ,
@@ -3516,6 +3518,10 @@ dependencies = [
3516
3518
" syntax_pos" ,
3517
3519
]
3518
3520
3521
+ [[package ]]
3522
+ name = " rustc_error_codes"
3523
+ version = " 0.0.0"
3524
+
3519
3525
[[package ]]
3520
3526
name = " rustc_errors"
3521
3527
version = " 0.0.0"
@@ -3569,6 +3575,7 @@ dependencies = [
3569
3575
" rustc_codegen_ssa" ,
3570
3576
" rustc_codegen_utils" ,
3571
3577
" rustc_data_structures" ,
3578
+ " rustc_error_codes" ,
3572
3579
" rustc_errors" ,
3573
3580
" rustc_incremental" ,
3574
3581
" rustc_lint" ,
@@ -3605,6 +3612,7 @@ dependencies = [
3605
3612
" log" ,
3606
3613
" rustc" ,
3607
3614
" rustc_data_structures" ,
3615
+ " rustc_error_codes" ,
3608
3616
" rustc_index" ,
3609
3617
" rustc_target" ,
3610
3618
" syntax" ,
@@ -3650,6 +3658,7 @@ dependencies = [
3650
3658
" memmap" ,
3651
3659
" rustc" ,
3652
3660
" rustc_data_structures" ,
3661
+ " rustc_error_codes" ,
3653
3662
" rustc_errors" ,
3654
3663
" rustc_index" ,
3655
3664
" rustc_parse" ,
@@ -3675,6 +3684,7 @@ dependencies = [
3675
3684
" rustc" ,
3676
3685
" rustc_apfloat" ,
3677
3686
" rustc_data_structures" ,
3687
+ " rustc_error_codes" ,
3678
3688
" rustc_errors" ,
3679
3689
" rustc_index" ,
3680
3690
" rustc_lexer" ,
@@ -3703,6 +3713,7 @@ dependencies = [
3703
3713
" bitflags" ,
3704
3714
" log" ,
3705
3715
" rustc_data_structures" ,
3716
+ " rustc_error_codes" ,
3706
3717
" rustc_errors" ,
3707
3718
" rustc_lexer" ,
3708
3719
" rustc_target" ,
@@ -3718,6 +3729,7 @@ dependencies = [
3718
3729
" log" ,
3719
3730
" rustc" ,
3720
3731
" rustc_data_structures" ,
3732
+ " rustc_error_codes" ,
3721
3733
" rustc_errors" ,
3722
3734
" rustc_index" ,
3723
3735
" rustc_parse" ,
@@ -3738,6 +3750,7 @@ name = "rustc_plugin_impl"
3738
3750
version = " 0.0.0"
3739
3751
dependencies = [
3740
3752
" rustc" ,
3753
+ " rustc_error_codes" ,
3741
3754
" rustc_metadata" ,
3742
3755
" syntax" ,
3743
3756
" syntax_expand" ,
@@ -3751,6 +3764,7 @@ dependencies = [
3751
3764
" log" ,
3752
3765
" rustc" ,
3753
3766
" rustc_data_structures" ,
3767
+ " rustc_error_codes" ,
3754
3768
" rustc_typeck" ,
3755
3769
" syntax" ,
3756
3770
" syntax_pos" ,
@@ -3765,6 +3779,7 @@ dependencies = [
3765
3779
" log" ,
3766
3780
" rustc" ,
3767
3781
" rustc_data_structures" ,
3782
+ " rustc_error_codes" ,
3768
3783
" rustc_errors" ,
3769
3784
" rustc_metadata" ,
3770
3785
" smallvec 1.0.0" ,
@@ -3844,6 +3859,7 @@ dependencies = [
3844
3859
" log" ,
3845
3860
" rustc" ,
3846
3861
" rustc_data_structures" ,
3862
+ " rustc_error_codes" ,
3847
3863
" rustc_errors" ,
3848
3864
" rustc_index" ,
3849
3865
" rustc_target" ,
@@ -4380,6 +4396,7 @@ dependencies = [
4380
4396
" lazy_static 1.3.0" ,
4381
4397
" log" ,
4382
4398
" rustc_data_structures" ,
4399
+ " rustc_error_codes" ,
4383
4400
" rustc_errors" ,
4384
4401
" rustc_index" ,
4385
4402
" rustc_lexer" ,
@@ -4411,6 +4428,7 @@ dependencies = [
4411
4428
" fmt_macros" ,
4412
4429
" log" ,
4413
4430
" rustc_data_structures" ,
4431
+ " rustc_error_codes" ,
4414
4432
" rustc_errors" ,
4415
4433
" rustc_parse" ,
4416
4434
" rustc_target" ,
0 commit comments