1+ # This file's format is documented at
2+ # https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
3+
14[relabel ]
25allow-unauthenticated = [
36 " A-*" ,
@@ -646,6 +649,7 @@ compiler-team = [
646649compiler-team-contributors = [
647650 " @TaKO8Ki" ,
648651 " @b-naber" ,
652+ " @nnethercote" ,
649653]
650654compiler = [
651655 " compiler-team" ,
@@ -702,6 +706,9 @@ lexer = [
702706 " @nnethercote" ,
703707 " @petrochenkov" ,
704708]
709+ arena = [
710+ " @nnethercote" ,
711+ ]
705712mir = [
706713 " @davidtwco" ,
707714 " @oli-obk" ,
@@ -735,7 +742,6 @@ style-team = [
735742 " @joshtriplett" ,
736743 " @yaahc" ,
737744]
738-
739745project-const-traits = [
740746 " @compiler-errors" ,
741747 " @fee1-dead" ,
@@ -754,6 +760,7 @@ project-stable-mir = [
754760"/Cargo.lock" = [" @Mark-Simulacrum" ]
755761"/Cargo.toml" = [" @Mark-Simulacrum" ]
756762"/compiler" = [" compiler" ]
763+ "/compiler/rustc_arena" = [" compiler" , " arena" ]
757764"/compiler/rustc_ast" = [" compiler" , " parser" ]
758765"/compiler/rustc_ast_lowering" = [" compiler" , " ast_lowering" ]
759766"/compiler/rustc_hir_analysis" = [" compiler" , " types" ]
@@ -780,7 +787,7 @@ project-stable-mir = [
780787"/library/panic_unwind" = [" libs" ]
781788"/library/proc_macro" = [" @petrochenkov" ]
782789"/library/std" = [" libs" ]
783- "/library/std/src/sys/pal/windows" = [" @ChrisDenton" , " @thomcc" ]
790+ "/library/std/src/sys/pal/windows" = [" @ChrisDenton" , " @thomcc" ]
784791"/library/stdarch" = [" libs" ]
785792"/library/test" = [" libs" ]
786793"/src/bootstrap" = [" bootstrap" ]
0 commit comments