File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -933,11 +933,13 @@ arena = [
933933mir = [
934934 " @davidtwco" ,
935935 " @oli-obk" ,
936- " @matthewjasper"
936+ " @matthewjasper" ,
937+ " @saethlin" ,
937938]
938939mir-opt = [
939940 " @oli-obk" ,
940941 " @wesleywiser" ,
942+ " @saethlin" ,
941943]
942944types = [
943945 " @compiler-errors" ,
@@ -1003,6 +1005,7 @@ project-exploit-mitigations = [
10031005"/compiler/rustc_lexer" = [" compiler" , " lexer" ]
10041006"/compiler/rustc_llvm" = [" @cuviper" ]
10051007"/compiler/rustc_codegen_llvm/src/debuginfo" = [" compiler" , " debuginfo" ]
1008+ "/compiler/rustc_codegen_ssa" = [" compiler" , " @saethlin" ]
10061009"/compiler/rustc_middle/src/mir" = [" compiler" , " mir" ]
10071010"/compiler/rustc_middle/src/traits" = [" compiler" , " types" ]
10081011"/compiler/rustc_middle/src/ty" = [" compiler" , " types" ]
You can’t perform that action at this time.
0 commit comments