Skip to content

Commit

Permalink
Unrolled build for rust-lang#137876
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rust-timer authored Mar 3, 2025
2 parents daf5985 + 6079827 commit 61a6310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ cc = ["@fmease"]
message = "Some changes occurred in diagnostic error codes"
cc = ["@GuillaumeGomez"]

[mentions."compiler/rustc_mir_build/src/build/matches"]
[mentions."compiler/rustc_mir_build/src/builder/matches"]
message = "Some changes occurred in match lowering"
cc = ["@Nadrieril"]

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

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

Expand Down Expand Up @@ -1264,7 +1264,7 @@ project-exploit-mitigations = [
"/compiler/rustc_middle/src/ty" = ["compiler", "types"]
"/compiler/rustc_const_eval/src/interpret" = ["compiler", "mir"]
"/compiler/rustc_const_eval/src/transform" = ["compiler", "mir-opt"]
"/compiler/rustc_mir_build/src/build" = ["compiler", "mir"]
"/compiler/rustc_mir_build/src/builder" = ["compiler", "mir"]
"/compiler/rustc_mir_transform" = ["compiler", "mir", "mir-opt"]
"/compiler/rustc_smir" = ["project-stable-mir"]
"/compiler/rustc_parse" = ["compiler", "parser"]
Expand Down

0 comments on commit 61a6310

Please sign in to comment.