File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -713,6 +713,13 @@ style-team = [
713
713
" @yaahc" ,
714
714
]
715
715
716
+ project-stable-mir = [
717
+ " @celinval" ,
718
+ " @oli-obk" ,
719
+ " @spastorino" ,
720
+ " @ouz-a" ,
721
+ ]
722
+
716
723
[assign .owners ]
717
724
"/.github/workflows" = [" infra-ci" ]
718
725
"/Cargo.lock" = [" @Mark-Simulacrum" ]
@@ -729,13 +736,15 @@ style-team = [
729
736
"/compiler/rustc_const_eval/src/interpret" = [" compiler" , " mir" ]
730
737
"/compiler/rustc_const_eval/src/transform" = [" compiler" , " mir-opt" ]
731
738
"/compiler/rustc_mir_build/src/build" = [" compiler" , " mir" ]
739
+ "/compiler/rustc_smir" = [" project-stable-mir" ]
732
740
"/compiler/rustc_parse" = [" compiler" , " parser" ]
733
741
"/compiler/rustc_parse/src/lexer" = [" compiler" , " lexer" ]
734
742
"/compiler/rustc_query_impl" = [" compiler" , " query-system" ]
735
743
"/compiler/rustc_query_system" = [" compiler" , " query-system" ]
736
744
"/compiler/rustc_trait_selection" = [" compiler" , " types" ]
737
745
"/compiler/rustc_traits" = [" compiler" , " types" ]
738
746
"/compiler/rustc_type_ir" = [" compiler" , " types" ]
747
+ "/compiler/stable_mir" = [" project-stable-mir" ]
739
748
"/library/alloc" = [" libs" ]
740
749
"/library/core" = [" libs" ]
741
750
"/library/panic_abort" = [" libs" ]
You can’t perform that action at this time.
0 commit comments