Skip to content

Commit a62ab8e

Browse files
Rollup merge of #120464 - matthewjasper:matthew-reviews, r=davidtwco
Add matthewjasper to some review groups r? `@davidtwco`
2 parents c00192a + 1b17d8e commit a62ab8e

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
@@ -724,6 +724,7 @@ arena = [
724724
mir = [
725725
"@davidtwco",
726726
"@oli-obk",
727+
"@matthewjasper"
727728
]
728729
mir-opt = [
729730
"@oli-obk",
@@ -740,6 +741,7 @@ types = [
740741
borrowck = [
741742
"@davidtwco",
742743
"@pnkfelix",
744+
"@matthewjasper"
743745
]
744746
ast_lowering = [
745747
"@compiler-errors",
@@ -783,6 +785,7 @@ project-stable-mir = [
783785
"/compiler/rustc_data_structures/src/stable_hasher.rs" = ["compiler", "incremental"]
784786
"/compiler/rustc_hir_analysis" = ["compiler", "types"]
785787
"/compiler/rustc_incremental" = ["compiler", "incremental"]
788+
"/compiler/rustc_borrowck" = ["compiler", "borrowck"]
786789
"/compiler/rustc_lexer" = ["compiler", "lexer"]
787790
"/compiler/rustc_llvm" = ["@cuviper"]
788791
"/compiler/rustc_codegen_llvm/src/debuginfo" = ["compiler", "debuginfo"]
@@ -792,6 +795,7 @@ project-stable-mir = [
792795
"/compiler/rustc_const_eval/src/interpret" = ["compiler", "mir"]
793796
"/compiler/rustc_const_eval/src/transform" = ["compiler", "mir-opt"]
794797
"/compiler/rustc_mir_build/src/build" = ["compiler", "mir"]
798+
"/compiler/rustc_mir_transform" = ["compiler", "mir", "mir-opt"]
795799
"/compiler/rustc_smir" = ["project-stable-mir"]
796800
"/compiler/rustc_parse" = ["compiler", "parser"]
797801
"/compiler/rustc_parse/src/lexer" = ["compiler", "lexer"]

0 commit comments

Comments
 (0)