Skip to content

Commit f307eea

Browse files
authored
Unrolled build for rust-lang#118016
Rollup merge of rust-lang#118016 - celinval:main, r=compiler-errors Add stable mir members to triagebot config I also added the two crates from the project to `[assign.owners]` so it automatically assign to a project member changes to those crates.
2 parents 2831701 + 99371ce commit f307eea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

triagebot.toml

+9
Original file line numberDiff line numberDiff 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"]

0 commit comments

Comments
 (0)