@@ -717,6 +717,7 @@ arena = [
717717mir = [
718718 " @davidtwco" ,
719719 " @oli-obk" ,
720+ " @matthewjasper"
720721]
721722mir-opt = [
722723 " @oli-obk" ,
@@ -733,6 +734,7 @@ types = [
733734borrowck = [
734735 " @davidtwco" ,
735736 " @pnkfelix" ,
737+ " @matthewjasper"
736738]
737739ast_lowering = [
738740 " @compiler-errors" ,
@@ -776,6 +778,7 @@ project-stable-mir = [
776778"/compiler/rustc_data_structures/src/stable_hasher.rs" = [" compiler" , " incremental" ]
777779"/compiler/rustc_hir_analysis" = [" compiler" , " types" ]
778780"/compiler/rustc_incremental" = [" compiler" , " incremental" ]
781+ "/compiler/rustc_borrowck" = [" compiler" , " borrowck" ]
779782"/compiler/rustc_lexer" = [" compiler" , " lexer" ]
780783"/compiler/rustc_llvm" = [" @cuviper" ]
781784"/compiler/rustc_codegen_llvm/src/debuginfo" = [" compiler" , " debuginfo" ]
@@ -785,6 +788,7 @@ project-stable-mir = [
785788"/compiler/rustc_const_eval/src/interpret" = [" compiler" , " mir" ]
786789"/compiler/rustc_const_eval/src/transform" = [" compiler" , " mir-opt" ]
787790"/compiler/rustc_mir_build/src/build" = [" compiler" , " mir" ]
791+ "/compiler/rustc_mir_transform" = [" compiler" , " mir" , " mir-opt" ]
788792"/compiler/rustc_smir" = [" project-stable-mir" ]
789793"/compiler/rustc_parse" = [" compiler" , " parser" ]
790794"/compiler/rustc_parse/src/lexer" = [" compiler" , " lexer" ]
0 commit comments