Skip to content

Commit 8c4d847

Browse files
authored
Unrolled build for rust-lang#120464
Rollup merge of rust-lang#120464 - matthewjasper:matthew-reviews, r=davidtwco Add matthewjasper to some review groups r? `@davidtwco`
2 parents c401f09 + 1b17d8e commit 8c4d847

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
@@ -717,6 +717,7 @@ arena = [
717717
mir = [
718718
"@davidtwco",
719719
"@oli-obk",
720+
"@matthewjasper"
720721
]
721722
mir-opt = [
722723
"@oli-obk",
@@ -733,6 +734,7 @@ types = [
733734
borrowck = [
734735
"@davidtwco",
735736
"@pnkfelix",
737+
"@matthewjasper"
736738
]
737739
ast_lowering = [
738740
"@compiler-errors",
@@ -776,6 +778,7 @@ project-stable-mir = [
776778
"/compiler/rustc_data_structures/src/stable_hasher.rs" = ["compiler", "incremental"]
777779
"/compiler/rustc_hir_analysis" = ["compiler", "types"]
778780
"/compiler/rustc_incremental" = ["compiler", "incremental"]
781+
"/compiler/rustc_borrowck" = ["compiler", "borrowck"]
779782
"/compiler/rustc_lexer" = ["compiler", "lexer"]
780783
"/compiler/rustc_llvm" = ["@cuviper"]
781784
"/compiler/rustc_codegen_llvm/src/debuginfo" = ["compiler", "debuginfo"]
@@ -785,6 +788,7 @@ project-stable-mir = [
785788
"/compiler/rustc_const_eval/src/interpret" = ["compiler", "mir"]
786789
"/compiler/rustc_const_eval/src/transform" = ["compiler", "mir-opt"]
787790
"/compiler/rustc_mir_build/src/build" = ["compiler", "mir"]
791+
"/compiler/rustc_mir_transform" = ["compiler", "mir", "mir-opt"]
788792
"/compiler/rustc_smir" = ["project-stable-mir"]
789793
"/compiler/rustc_parse" = ["compiler", "parser"]
790794
"/compiler/rustc_parse/src/lexer" = ["compiler", "lexer"]

0 commit comments

Comments
 (0)