@@ -611,6 +611,10 @@ cc = ["@bjorn3"]
611
611
[mentions ."compiler/rustc_codegen_gcc" ]
612
612
cc = [" @antoyo" , " @GuillaumeGomez" ]
613
613
614
+ [mentions ."compiler/rustc_const_eval/src/" ]
615
+ message = " Some changes occurred to the CTFE machinery"
616
+ cc = [" @rust-lang/wg-const-eval" ]
617
+
614
618
[mentions ."compiler/rustc_const_eval/src/interpret" ]
615
619
message = " Some changes occurred to the CTFE / Miri interpreter"
616
620
cc = [" @rust-lang/miri" ]
@@ -633,7 +637,7 @@ cc = ["@compiler-errors", "@lcnr"]
633
637
634
638
[mentions ."compiler/rustc_middle/src/mir/interpret" ]
635
639
message = " Some changes occurred to the CTFE / Miri interpreter"
636
- cc = [" @rust-lang/miri" ]
640
+ cc = [" @rust-lang/miri" , " @rust-lang/wg-const-eval " ]
637
641
638
642
[mentions ."compiler/rustc_mir_transform/src/" ]
639
643
message = " Some changes occurred to MIR optimizations"
@@ -706,7 +710,7 @@ message = """
706
710
Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter
707
711
gets adapted for the changes, if necessary.
708
712
"""
709
- cc = [" @rust-lang/miri" ]
713
+ cc = [" @rust-lang/miri" , " @rust-lang/wg-const-eval " ]
710
714
711
715
[mentions ."library/portable-simd" ]
712
716
message = """
0 commit comments