Skip to content

Commit

Permalink
Add a group for rustc_arena and put nnethercote in it.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed Jan 21, 2024
1 parent ab6216a commit ae3c00c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,9 @@ lexer = [
"@nnethercote",
"@petrochenkov",
]
arena = [
"@nnethercote",
]
mir = [
"@davidtwco",
"@oli-obk",
Expand Down Expand Up @@ -753,6 +756,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 Down

0 comments on commit ae3c00c

Please sign in to comment.