Skip to content

Commit 5bdde89

Browse files
authored
Rollup merge of rust-lang#137840 - fee1-dead-contrib:push-uwkzouvnrnvs, r=oli-obk
triagebot: only ping me for constck Per the [Zulip thread](https://rust-lang.zulipchat.com/#narrow/channel/146212-t-compiler.2Fconst-eval/topic/rustbot.20pings). cc `@rust-lang/wg-const-eval.`
2 parents 935535d + 340a249 commit 5bdde89

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

triagebot.toml

+7-3
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,11 @@ cc = ["@antoyo", "@GuillaumeGomez"]
706706

707707
[mentions."compiler/rustc_const_eval/src/"]
708708
message = "Some changes occurred to the CTFE machinery"
709-
cc = ["@rust-lang/wg-const-eval"]
709+
cc = ["@RalfJung", "@oli-obk", "@lcnr"]
710+
711+
[mentions."compiler/rustc_const_eval/src/check_consts"]
712+
message = "Some changes occurred to constck"
713+
cc = ["@fee1-dead"]
710714

711715
[mentions."compiler/rustc_const_eval/src/interpret"]
712716
message = "Some changes occurred to the CTFE / Miri interpreter"
@@ -730,7 +734,7 @@ cc = ["@compiler-errors", "@lcnr"]
730734

731735
[mentions."compiler/rustc_middle/src/mir/interpret"]
732736
message = "Some changes occurred to the CTFE / Miri interpreter"
733-
cc = ["@rust-lang/miri", "@rust-lang/wg-const-eval"]
737+
cc = ["@rust-lang/miri", "@RalfJung", "@oli-obk", "@lcnr"]
734738

735739
[mentions."compiler/rustc_mir_transform/src/"]
736740
message = "Some changes occurred to MIR optimizations"
@@ -803,7 +807,7 @@ message = """
803807
Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter
804808
gets adapted for the changes, if necessary.
805809
"""
806-
cc = ["@rust-lang/miri", "@rust-lang/wg-const-eval"]
810+
cc = ["@rust-lang/miri", "@RalfJung", "@oli-obk", "@lcnr"]
807811

808812
[mentions."library/portable-simd"]
809813
message = """

0 commit comments

Comments
 (0)