Skip to content

Commit

Permalink
Add matthewjasper to some review groups
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjasper committed Jan 29, 2024
1 parent 0ea334a commit 1b17d8e
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 @@ -717,6 +717,7 @@ arena = [
mir = [
"@davidtwco",
"@oli-obk",
"@matthewjasper"
]
mir-opt = [
"@oli-obk",
Expand All @@ -733,6 +734,7 @@ types = [
borrowck = [
"@davidtwco",
"@pnkfelix",
"@matthewjasper"
]
ast_lowering = [
"@compiler-errors",
Expand Down Expand Up @@ -776,6 +778,7 @@ project-stable-mir = [
"/compiler/rustc_data_structures/src/stable_hasher.rs" = ["compiler", "incremental"]
"/compiler/rustc_hir_analysis" = ["compiler", "types"]
"/compiler/rustc_incremental" = ["compiler", "incremental"]
"/compiler/rustc_borrowck" = ["compiler", "borrowck"]
"/compiler/rustc_lexer" = ["compiler", "lexer"]
"/compiler/rustc_llvm" = ["@cuviper"]
"/compiler/rustc_codegen_llvm/src/debuginfo" = ["compiler", "debuginfo"]
Expand All @@ -785,6 +788,7 @@ project-stable-mir = [
"/compiler/rustc_const_eval/src/interpret" = ["compiler", "mir"]
"/compiler/rustc_const_eval/src/transform" = ["compiler", "mir-opt"]
"/compiler/rustc_mir_build/src/build" = ["compiler", "mir"]
"/compiler/rustc_mir_transform" = ["compiler", "mir", "mir-opt"]
"/compiler/rustc_smir" = ["project-stable-mir"]
"/compiler/rustc_parse" = ["compiler", "parser"]
"/compiler/rustc_parse/src/lexer" = ["compiler", "lexer"]
Expand Down

0 comments on commit 1b17d8e

Please sign in to comment.