Skip to content

Commit 6e03d88

Browse files
committed
fix triagebot.toml
1 parent 5823058 commit 6e03d88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

triagebot.toml

Lines changed: 4 additions & 4 deletions
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

@@ -959,7 +959,7 @@ If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/util
959959
[mentions."src/bootstrap/src/core/build_steps/llvm.rs"]
960960
message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
961961

962-
[mentions."test/crashes"]
962+
[mentions."tests/crashes"]
963963
message = "This PR changes a file inside `tests/crashes`. If a crash was fixed, please move into the corresponding `ui` subdir and add 'Fixes #<issueNr>' to the PR description to autoclose the issue upon merge."
964964

965965
[mentions."tests/rustdoc-json"]
@@ -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)