diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-01-22 09:51:12 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-01-22 09:52:55 +1100 |
| commit | ae3c00c28ea56d7e7d801ba869ba39ef4b57da57 (patch) | |
| tree | b5308e7f6c84657a63cf35287d77c72fb121ff32 | |
| parent | ab6216a1d3eeb1a8cf50406987da925500b16934 (diff) | |
| download | rust-ae3c00c28ea56d7e7d801ba869ba39ef4b57da57.tar.gz rust-ae3c00c28ea56d7e7d801ba869ba39ef4b57da57.zip | |
Add a group for `rustc_arena` and put nnethercote in it.
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 201af97708c..fceb2e322b6 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -702,6 +702,9 @@ lexer = [ "@nnethercote", "@petrochenkov", ] +arena = [ + "@nnethercote", +] mir = [ "@davidtwco", "@oli-obk", @@ -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"] |
