Skip to content

Commit ae3c00c

Browse files
committed
Add a group for rustc_arena and put nnethercote in it.
1 parent ab6216a commit ae3c00c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

triagebot.toml

+4
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,9 @@ lexer = [
702702
"@nnethercote",
703703
"@petrochenkov",
704704
]
705+
arena = [
706+
"@nnethercote",
707+
]
705708
mir = [
706709
"@davidtwco",
707710
"@oli-obk",
@@ -753,6 +756,7 @@ project-stable-mir = [
753756
"/Cargo.lock" = ["@Mark-Simulacrum"]
754757
"/Cargo.toml" = ["@Mark-Simulacrum"]
755758
"/compiler" = ["compiler"]
759+
"/compiler/rustc_arena" = ["compiler", "arena"]
756760
"/compiler/rustc_ast" = ["compiler", "parser"]
757761
"/compiler/rustc_ast_lowering" = ["compiler", "ast_lowering"]
758762
"/compiler/rustc_hir_analysis" = ["compiler", "types"]

0 commit comments

Comments
 (0)