@@ -724,6 +724,7 @@ arena = [
724
724
mir = [
725
725
" @davidtwco" ,
726
726
" @oli-obk" ,
727
+ " @matthewjasper"
727
728
]
728
729
mir-opt = [
729
730
" @oli-obk" ,
@@ -740,6 +741,7 @@ types = [
740
741
borrowck = [
741
742
" @davidtwco" ,
742
743
" @pnkfelix" ,
744
+ " @matthewjasper"
743
745
]
744
746
ast_lowering = [
745
747
" @compiler-errors" ,
@@ -783,6 +785,7 @@ project-stable-mir = [
783
785
"/compiler/rustc_data_structures/src/stable_hasher.rs" = [" compiler" , " incremental" ]
784
786
"/compiler/rustc_hir_analysis" = [" compiler" , " types" ]
785
787
"/compiler/rustc_incremental" = [" compiler" , " incremental" ]
788
+ "/compiler/rustc_borrowck" = [" compiler" , " borrowck" ]
786
789
"/compiler/rustc_lexer" = [" compiler" , " lexer" ]
787
790
"/compiler/rustc_llvm" = [" @cuviper" ]
788
791
"/compiler/rustc_codegen_llvm/src/debuginfo" = [" compiler" , " debuginfo" ]
@@ -792,6 +795,7 @@ project-stable-mir = [
792
795
"/compiler/rustc_const_eval/src/interpret" = [" compiler" , " mir" ]
793
796
"/compiler/rustc_const_eval/src/transform" = [" compiler" , " mir-opt" ]
794
797
"/compiler/rustc_mir_build/src/build" = [" compiler" , " mir" ]
798
+ "/compiler/rustc_mir_transform" = [" compiler" , " mir" , " mir-opt" ]
795
799
"/compiler/rustc_smir" = [" project-stable-mir" ]
796
800
"/compiler/rustc_parse" = [" compiler" , " parser" ]
797
801
"/compiler/rustc_parse/src/lexer" = [" compiler" , " lexer" ]
0 commit comments