Skip to content

Commit 6079827

Browse files
committed
Adjust triagebot.toml entries for rustc_mir_build/src/builder/
1 parent 8c39296 commit 6079827

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

triagebot.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ cc = ["@fmease"]
771771
message = "Some changes occurred in diagnostic error codes"
772772
cc = ["@GuillaumeGomez"]
773773

774-
[mentions."compiler/rustc_mir_build/src/build/matches"]
774+
[mentions."compiler/rustc_mir_build/src/builder/matches"]
775775
message = "Some changes occurred in match lowering"
776776
cc = ["@Nadrieril"]
777777

@@ -1031,7 +1031,7 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
10311031
message = "Some changes occurred in coverage instrumentation."
10321032
cc = ["@Zalathar"]
10331033

1034-
[mentions."compiler/rustc_mir_build/src/build/coverageinfo.rs"]
1034+
[mentions."compiler/rustc_mir_build/src/builder/coverageinfo.rs"]
10351035
message = "Some changes occurred in coverage instrumentation."
10361036
cc = ["@Zalathar"]
10371037

@@ -1260,7 +1260,7 @@ project-exploit-mitigations = [
12601260
"/compiler/rustc_middle/src/ty" = ["compiler", "types"]
12611261
"/compiler/rustc_const_eval/src/interpret" = ["compiler", "mir"]
12621262
"/compiler/rustc_const_eval/src/transform" = ["compiler", "mir-opt"]
1263-
"/compiler/rustc_mir_build/src/build" = ["compiler", "mir"]
1263+
"/compiler/rustc_mir_build/src/builder" = ["compiler", "mir"]
12641264
"/compiler/rustc_mir_transform" = ["compiler", "mir", "mir-opt"]
12651265
"/compiler/rustc_smir" = ["project-stable-mir"]
12661266
"/compiler/rustc_parse" = ["compiler", "parser"]

0 commit comments

Comments
 (0)