@@ -717,6 +717,7 @@ arena = [
717
717
mir = [
718
718
" @davidtwco" ,
719
719
" @oli-obk" ,
720
+ " @matthewjasper"
720
721
]
721
722
mir-opt = [
722
723
" @oli-obk" ,
@@ -733,6 +734,7 @@ types = [
733
734
borrowck = [
734
735
" @davidtwco" ,
735
736
" @pnkfelix" ,
737
+ " @matthewjasper"
736
738
]
737
739
ast_lowering = [
738
740
" @compiler-errors" ,
@@ -776,6 +778,7 @@ project-stable-mir = [
776
778
"/compiler/rustc_data_structures/src/stable_hasher.rs" = [" compiler" , " incremental" ]
777
779
"/compiler/rustc_hir_analysis" = [" compiler" , " types" ]
778
780
"/compiler/rustc_incremental" = [" compiler" , " incremental" ]
781
+ "/compiler/rustc_borrowck" = [" compiler" , " borrowck" ]
779
782
"/compiler/rustc_lexer" = [" compiler" , " lexer" ]
780
783
"/compiler/rustc_llvm" = [" @cuviper" ]
781
784
"/compiler/rustc_codegen_llvm/src/debuginfo" = [" compiler" , " debuginfo" ]
@@ -785,6 +788,7 @@ project-stable-mir = [
785
788
"/compiler/rustc_const_eval/src/interpret" = [" compiler" , " mir" ]
786
789
"/compiler/rustc_const_eval/src/transform" = [" compiler" , " mir-opt" ]
787
790
"/compiler/rustc_mir_build/src/build" = [" compiler" , " mir" ]
791
+ "/compiler/rustc_mir_transform" = [" compiler" , " mir" , " mir-opt" ]
788
792
"/compiler/rustc_smir" = [" project-stable-mir" ]
789
793
"/compiler/rustc_parse" = [" compiler" , " parser" ]
790
794
"/compiler/rustc_parse/src/lexer" = [" compiler" , " lexer" ]
0 commit comments