Skip to content

Commit d031bb3

Browse files
authored
Rollup merge of rust-lang#137876 - Zalathar:triagebot-matches, r=jieyouxu
Adjust triagebot.toml entries for `rustc_mir_build/src/builder/` I only just noticed that these paths were silently broken by the renaming of `build` to `builder` in rust-lang#134365. This is *possibly* OK to just self-approve, but I would prefer to get a second set of eyes on it just in case.
2 parents 8152da8 + 6079827 commit d031bb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: triagebot.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ cc = ["@fmease"]
775775
message = "Some changes occurred in diagnostic error codes"
776776
cc = ["@GuillaumeGomez"]
777777

778-
[mentions."compiler/rustc_mir_build/src/build/matches"]
778+
[mentions."compiler/rustc_mir_build/src/builder/matches"]
779779
message = "Some changes occurred in match lowering"
780780
cc = ["@Nadrieril"]
781781

@@ -1035,7 +1035,7 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
10351035
message = "Some changes occurred in coverage instrumentation."
10361036
cc = ["@Zalathar"]
10371037

1038-
[mentions."compiler/rustc_mir_build/src/build/coverageinfo.rs"]
1038+
[mentions."compiler/rustc_mir_build/src/builder/coverageinfo.rs"]
10391039
message = "Some changes occurred in coverage instrumentation."
10401040
cc = ["@Zalathar"]
10411041

@@ -1264,7 +1264,7 @@ project-exploit-mitigations = [
12641264
"/compiler/rustc_middle/src/ty" = ["compiler", "types"]
12651265
"/compiler/rustc_const_eval/src/interpret" = ["compiler", "mir"]
12661266
"/compiler/rustc_const_eval/src/transform" = ["compiler", "mir-opt"]
1267-
"/compiler/rustc_mir_build/src/build" = ["compiler", "mir"]
1267+
"/compiler/rustc_mir_build/src/builder" = ["compiler", "mir"]
12681268
"/compiler/rustc_mir_transform" = ["compiler", "mir", "mir-opt"]
12691269
"/compiler/rustc_smir" = ["project-stable-mir"]
12701270
"/compiler/rustc_parse" = ["compiler", "parser"]

0 commit comments

Comments
 (0)