@@ -940,9 +940,11 @@ message = "`triagebot.toml` has been modified, there may have been changes to th
940940cc = [" @davidtwco" , " @wesleywiser" ]
941941
942942[mentions ."compiler/rustc_codegen_cranelift" ]
943+ message = " The Cranelift subtree was changed"
943944cc = [" @bjorn3" ]
944945
945946[mentions ."compiler/rustc_codegen_gcc" ]
947+ message = " The GCC codegen subtree was changed"
946948cc = [" @antoyo" , " @GuillaumeGomez" ]
947949
948950[mentions ."compiler/rustc_const_eval/src/" ]
@@ -1038,6 +1040,9 @@ cc = ["@Nadrieril"]
10381040message = " Some changes occurred in match checking"
10391041cc = [" @Nadrieril" ]
10401042
1043+ [mentions ."compiler/rustc_smir" ]
1044+ message = " The SMIR subtree was changed"
1045+
10411046[mentions ."compiler/rustc_pattern_analysis" ]
10421047message = " Some changes occurred in exhaustiveness checking"
10431048cc = [" @Nadrieril" ]
@@ -1140,6 +1145,7 @@ cc = [
11401145cc = [" @ehuss" ]
11411146
11421147[mentions ."src/tools/clippy" ]
1148+ message = " The Clippy subtree was changed"
11431149cc = [" @rust-lang/clippy" ]
11441150
11451151[mentions ."src/tools/compiletest" ]
@@ -1169,6 +1175,7 @@ this change to [rust-lang/rust-analyzer] instead.
11691175cc = [" @rust-lang/rust-analyzer" ]
11701176
11711177[mentions ."src/tools/rustfmt" ]
1178+ message = " The Rustfmt subtree was changed"
11721179cc = [" @rust-lang/rustfmt" ]
11731180
11741181[mentions ."compiler/rustc_middle/src/mir/syntax .rs" ]
0 commit comments