diff options
| author | Jubilee <workingjubilee@gmail.com> | 2024-11-05 01:34:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-05 01:34:24 -0800 |
| commit | 5b1c6264e0b51c263d9e7e2077011d531431fbad (patch) | |
| tree | 8da403023632c34b7a560efdc908c2d9a8cff22a | |
| parent | ea08bbeb34ce59d00a3f6c201bcd2fb78ee12501 (diff) | |
| parent | b81e919f6578e7499014d4c855941cb4825dabd7 (diff) | |
| download | rust-5b1c6264e0b51c263d9e7e2077011d531431fbad.tar.gz rust-5b1c6264e0b51c263d9e7e2077011d531431fbad.zip | |
Rollup merge of #132630 - RalfJung:const-eval-pings, r=jieyouxu
triagebot: ping wg-const-eval when relevant files change This adds pings for `@rust-lang/wg-const-eval` when anything in rustc_const_eval changes (in particular, this covers the const checking logic, which was so far not covered by any notifications). I also added pings for things that so far only pinged the Miri group, since those parts are relevant to wg-const-eval as well.
| -rw-r--r-- | triagebot.toml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml index 7f4def6a11b..45b580787d1 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -611,6 +611,10 @@ cc = ["@bjorn3"] [mentions."compiler/rustc_codegen_gcc"] cc = ["@antoyo", "@GuillaumeGomez"] +[mentions."compiler/rustc_const_eval/src/"] +message = "Some changes occurred to the CTFE machinery" +cc = ["@rust-lang/wg-const-eval"] + [mentions."compiler/rustc_const_eval/src/interpret"] message = "Some changes occurred to the CTFE / Miri interpreter" cc = ["@rust-lang/miri"] @@ -633,7 +637,7 @@ cc = ["@compiler-errors", "@lcnr"] [mentions."compiler/rustc_middle/src/mir/interpret"] message = "Some changes occurred to the CTFE / Miri interpreter" -cc = ["@rust-lang/miri"] +cc = ["@rust-lang/miri", "@rust-lang/wg-const-eval"] [mentions."compiler/rustc_mir_transform/src/"] message = "Some changes occurred to MIR optimizations" @@ -706,7 +710,7 @@ message = """ Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter gets adapted for the changes, if necessary. """ -cc = ["@rust-lang/miri"] +cc = ["@rust-lang/miri", "@rust-lang/wg-const-eval"] [mentions."library/portable-simd"] message = """ |
