Skip to content

Commit 5b1c626

Browse files
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.
2 parents ea08bbe + b81e919 commit 5b1c626

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

triagebot.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,10 @@ cc = ["@bjorn3"]
611611
[mentions."compiler/rustc_codegen_gcc"]
612612
cc = ["@antoyo", "@GuillaumeGomez"]
613613

614+
[mentions."compiler/rustc_const_eval/src/"]
615+
message = "Some changes occurred to the CTFE machinery"
616+
cc = ["@rust-lang/wg-const-eval"]
617+
614618
[mentions."compiler/rustc_const_eval/src/interpret"]
615619
message = "Some changes occurred to the CTFE / Miri interpreter"
616620
cc = ["@rust-lang/miri"]
@@ -633,7 +637,7 @@ cc = ["@compiler-errors", "@lcnr"]
633637

634638
[mentions."compiler/rustc_middle/src/mir/interpret"]
635639
message = "Some changes occurred to the CTFE / Miri interpreter"
636-
cc = ["@rust-lang/miri"]
640+
cc = ["@rust-lang/miri", "@rust-lang/wg-const-eval"]
637641

638642
[mentions."compiler/rustc_mir_transform/src/"]
639643
message = "Some changes occurred to MIR optimizations"
@@ -706,7 +710,7 @@ message = """
706710
Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter
707711
gets adapted for the changes, if necessary.
708712
"""
709-
cc = ["@rust-lang/miri"]
713+
cc = ["@rust-lang/miri", "@rust-lang/wg-const-eval"]
710714

711715
[mentions."library/portable-simd"]
712716
message = """

0 commit comments

Comments
 (0)