Skip to content

Commit 4bda303

Browse files
authored
Unrolled build for rust-lang#132962
Rollup merge of rust-lang#132962 - workingjubilee:add-codegen-reviewers, r=saethlin triagebot: add codegen reviewers Discussed with `@saethlin` off-sides
2 parents b420d92 + 048824b commit 4bda303

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

triagebot.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,11 @@ docs = [
10321032
"@ehuss",
10331033
"@GuillaumeGomez",
10341034
]
1035+
1036+
codegen = [
1037+
"@saethlin",
1038+
"@workingjubilee",
1039+
]
10351040
query-system = [
10361041
"@cjgillot",
10371042
]
@@ -1127,6 +1132,7 @@ project-exploit-mitigations = [
11271132
"/Cargo.lock" = ["@Mark-Simulacrum"]
11281133
"/Cargo.toml" = ["@Mark-Simulacrum"]
11291134
"/compiler" = ["compiler"]
1135+
"/compiler/rustc_abi" = ["compiler", "codegen"]
11301136
"/compiler/rustc_arena" = ["compiler", "arena"]
11311137
"/compiler/rustc_ast" = ["compiler", "parser"]
11321138
"/compiler/rustc_ast_lowering" = ["compiler", "ast_lowering"]
@@ -1137,7 +1143,7 @@ project-exploit-mitigations = [
11371143
"/compiler/rustc_lexer" = ["compiler", "lexer"]
11381144
"/compiler/rustc_llvm" = ["@cuviper"]
11391145
"/compiler/rustc_codegen_llvm/src/debuginfo" = ["compiler", "debuginfo"]
1140-
"/compiler/rustc_codegen_ssa" = ["compiler", "@saethlin"]
1146+
"/compiler/rustc_codegen_ssa" = ["compiler", "codegen"]
11411147
"/compiler/rustc_middle/src/mir" = ["compiler", "mir"]
11421148
"/compiler/rustc_middle/src/traits" = ["compiler", "types"]
11431149
"/compiler/rustc_middle/src/ty" = ["compiler", "types"]

0 commit comments

Comments
 (0)