@@ -724,6 +724,7 @@ arena = [
724724mir = [
725725 " @davidtwco" ,
726726 " @oli-obk" ,
727+ " @matthewjasper"
727728]
728729mir-opt = [
729730 " @oli-obk" ,
@@ -740,6 +741,7 @@ types = [
740741borrowck = [
741742 " @davidtwco" ,
742743 " @pnkfelix" ,
744+ " @matthewjasper"
743745]
744746ast_lowering = [
745747 " @compiler-errors" ,
@@ -783,6 +785,7 @@ project-stable-mir = [
783785"/compiler/rustc_data_structures/src/stable_hasher.rs" = [" compiler" , " incremental" ]
784786"/compiler/rustc_hir_analysis" = [" compiler" , " types" ]
785787"/compiler/rustc_incremental" = [" compiler" , " incremental" ]
788+ "/compiler/rustc_borrowck" = [" compiler" , " borrowck" ]
786789"/compiler/rustc_lexer" = [" compiler" , " lexer" ]
787790"/compiler/rustc_llvm" = [" @cuviper" ]
788791"/compiler/rustc_codegen_llvm/src/debuginfo" = [" compiler" , " debuginfo" ]
@@ -792,6 +795,7 @@ project-stable-mir = [
792795"/compiler/rustc_const_eval/src/interpret" = [" compiler" , " mir" ]
793796"/compiler/rustc_const_eval/src/transform" = [" compiler" , " mir-opt" ]
794797"/compiler/rustc_mir_build/src/build" = [" compiler" , " mir" ]
798+ "/compiler/rustc_mir_transform" = [" compiler" , " mir" , " mir-opt" ]
795799"/compiler/rustc_smir" = [" project-stable-mir" ]
796800"/compiler/rustc_parse" = [" compiler" , " parser" ]
797801"/compiler/rustc_parse/src/lexer" = [" compiler" , " lexer" ]
0 commit comments