This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -713,6 +713,13 @@ style-team = [
713713 " @yaahc" ,
714714]
715715
716+ project-stable-mir = [
717+ " @celinval" ,
718+ " @oli-obk" ,
719+ " @spastorino" ,
720+ " @ouz-a" ,
721+ ]
722+
716723[assign .owners ]
717724"/.github/workflows" = [" infra-ci" ]
718725"/Cargo.lock" = [" @Mark-Simulacrum" ]
@@ -729,13 +736,15 @@ style-team = [
729736"/compiler/rustc_const_eval/src/interpret" = [" compiler" , " mir" ]
730737"/compiler/rustc_const_eval/src/transform" = [" compiler" , " mir-opt" ]
731738"/compiler/rustc_mir_build/src/build" = [" compiler" , " mir" ]
739+ "/compiler/rustc_smir" = [" project-stable-mir" ]
732740"/compiler/rustc_parse" = [" compiler" , " parser" ]
733741"/compiler/rustc_parse/src/lexer" = [" compiler" , " lexer" ]
734742"/compiler/rustc_query_impl" = [" compiler" , " query-system" ]
735743"/compiler/rustc_query_system" = [" compiler" , " query-system" ]
736744"/compiler/rustc_trait_selection" = [" compiler" , " types" ]
737745"/compiler/rustc_traits" = [" compiler" , " types" ]
738746"/compiler/rustc_type_ir" = [" compiler" , " types" ]
747+ "/compiler/stable_mir" = [" project-stable-mir" ]
739748"/library/alloc" = [" libs" ]
740749"/library/core" = [" libs" ]
741750"/library/panic_abort" = [" libs" ]
You can’t perform that action at this time.
0 commit comments