1
+ # This file's format is documented at
2
+ # https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
3
+
1
4
[relabel ]
2
5
allow-unauthenticated = [
3
6
" A-*" ,
@@ -646,6 +649,7 @@ compiler-team = [
646
649
compiler-team-contributors = [
647
650
" @TaKO8Ki" ,
648
651
" @b-naber" ,
652
+ " @nnethercote" ,
649
653
]
650
654
compiler = [
651
655
" compiler-team" ,
@@ -702,6 +706,9 @@ lexer = [
702
706
" @nnethercote" ,
703
707
" @petrochenkov" ,
704
708
]
709
+ arena = [
710
+ " @nnethercote" ,
711
+ ]
705
712
mir = [
706
713
" @davidtwco" ,
707
714
" @oli-obk" ,
@@ -735,7 +742,6 @@ style-team = [
735
742
" @joshtriplett" ,
736
743
" @yaahc" ,
737
744
]
738
-
739
745
project-const-traits = [
740
746
" @compiler-errors" ,
741
747
" @fee1-dead" ,
@@ -754,6 +760,7 @@ project-stable-mir = [
754
760
"/Cargo.lock" = [" @Mark-Simulacrum" ]
755
761
"/Cargo.toml" = [" @Mark-Simulacrum" ]
756
762
"/compiler" = [" compiler" ]
763
+ "/compiler/rustc_arena" = [" compiler" , " arena" ]
757
764
"/compiler/rustc_ast" = [" compiler" , " parser" ]
758
765
"/compiler/rustc_ast_lowering" = [" compiler" , " ast_lowering" ]
759
766
"/compiler/rustc_hir_analysis" = [" compiler" , " types" ]
@@ -780,7 +787,7 @@ project-stable-mir = [
780
787
"/library/panic_unwind" = [" libs" ]
781
788
"/library/proc_macro" = [" @petrochenkov" ]
782
789
"/library/std" = [" libs" ]
783
- "/library/std/src/sys/pal/windows" = [" @ChrisDenton" , " @thomcc" ]
790
+ "/library/std/src/sys/pal/windows" = [" @ChrisDenton" , " @thomcc" ]
784
791
"/library/stdarch" = [" libs" ]
785
792
"/library/test" = [" libs" ]
786
793
"/src/bootstrap" = [" bootstrap" ]
0 commit comments