File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -933,11 +933,13 @@ arena = [
933
933
mir = [
934
934
" @davidtwco" ,
935
935
" @oli-obk" ,
936
- " @matthewjasper"
936
+ " @matthewjasper" ,
937
+ " @saethlin" ,
937
938
]
938
939
mir-opt = [
939
940
" @oli-obk" ,
940
941
" @wesleywiser" ,
942
+ " @saethlin" ,
941
943
]
942
944
types = [
943
945
" @compiler-errors" ,
@@ -1003,6 +1005,7 @@ project-exploit-mitigations = [
1003
1005
"/compiler/rustc_lexer" = [" compiler" , " lexer" ]
1004
1006
"/compiler/rustc_llvm" = [" @cuviper" ]
1005
1007
"/compiler/rustc_codegen_llvm/src/debuginfo" = [" compiler" , " debuginfo" ]
1008
+ "/compiler/rustc_codegen_ssa" = [" compiler" , " @saethlin" ]
1006
1009
"/compiler/rustc_middle/src/mir" = [" compiler" , " mir" ]
1007
1010
"/compiler/rustc_middle/src/traits" = [" compiler" , " types" ]
1008
1011
"/compiler/rustc_middle/src/ty" = [" compiler" , " types" ]
You can’t perform that action at this time.
0 commit comments