Skip to content

Commit

Permalink
Unrolled build for rust-lang#120212
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#120212 - nnethercote:nnethercote-reviewer, r=compiler-errors

Give nnethercote more reviews

Gulp!
  • Loading branch information
rust-timer committed Jan 22, 2024
2 parents 6fff796 + 774a47d commit 9818111
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions triagebot.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file's format is documented at
# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration

[relabel]
allow-unauthenticated = [
"A-*",
Expand Down Expand Up @@ -646,6 +649,7 @@ compiler-team = [
compiler-team-contributors = [
"@TaKO8Ki",
"@b-naber",
"@nnethercote",
]
compiler = [
"compiler-team",
Expand Down Expand Up @@ -702,6 +706,9 @@ lexer = [
"@nnethercote",
"@petrochenkov",
]
arena = [
"@nnethercote",
]
mir = [
"@davidtwco",
"@oli-obk",
Expand Down Expand Up @@ -735,7 +742,6 @@ style-team = [
"@joshtriplett",
"@yaahc",
]

project-const-traits = [
"@compiler-errors",
"@fee1-dead",
Expand All @@ -754,6 +760,7 @@ project-stable-mir = [
"/Cargo.lock" = ["@Mark-Simulacrum"]
"/Cargo.toml" = ["@Mark-Simulacrum"]
"/compiler" = ["compiler"]
"/compiler/rustc_arena" = ["compiler", "arena"]
"/compiler/rustc_ast" = ["compiler", "parser"]
"/compiler/rustc_ast_lowering" = ["compiler", "ast_lowering"]
"/compiler/rustc_hir_analysis" = ["compiler", "types"]
Expand All @@ -780,7 +787,7 @@ project-stable-mir = [
"/library/panic_unwind" = ["libs"]
"/library/proc_macro" = ["@petrochenkov"]
"/library/std" = ["libs"]
"/library/std/src/sys/pal/windows" = ["@ChrisDenton", "@thomcc"]
"/library/std/src/sys/pal/windows" = ["@ChrisDenton", "@thomcc"]
"/library/stdarch" = ["libs"]
"/library/test" = ["libs"]
"/src/bootstrap" = ["bootstrap"]
Expand Down

0 comments on commit 9818111

Please sign in to comment.