diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-03-02 22:44:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-02 22:44:27 +0100 |
| commit | d031bb3375c28adb8669e365d7511412eb202f41 (patch) | |
| tree | 4061a5f25a4a915144c78bc8d5ff1fab82829c26 | |
| parent | 8152da82b51a16fbb7a072462af01d15b0b2c8d3 (diff) | |
| parent | 60798272d6aa5e9bd45341c637ce55338e349496 (diff) | |
| download | rust-d031bb3375c28adb8669e365d7511412eb202f41.tar.gz rust-d031bb3375c28adb8669e365d7511412eb202f41.zip | |
Rollup merge of #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 #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.
| -rw-r--r-- | triagebot.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/triagebot.toml b/triagebot.toml index 7702d4133ac..ed352984fb1 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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"] @@ -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"] @@ -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"] |
