@@ -706,7 +706,11 @@ cc = ["@antoyo", "@GuillaumeGomez"]
706
706
707
707
[mentions ."compiler/rustc_const_eval/src/" ]
708
708
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" ]
710
714
711
715
[mentions ."compiler/rustc_const_eval/src/interpret" ]
712
716
message = " Some changes occurred to the CTFE / Miri interpreter"
@@ -730,7 +734,7 @@ cc = ["@compiler-errors", "@lcnr"]
730
734
731
735
[mentions ."compiler/rustc_middle/src/mir/interpret" ]
732
736
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 " ]
734
738
735
739
[mentions ."compiler/rustc_mir_transform/src/" ]
736
740
message = " Some changes occurred to MIR optimizations"
@@ -803,7 +807,7 @@ message = """
803
807
Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter
804
808
gets adapted for the changes, if necessary.
805
809
"""
806
- cc = [" @rust-lang/miri" , " @rust-lang/wg-const-eval " ]
810
+ cc = [" @rust-lang/miri" , " @RalfJung " , " @oli-obk " , " @lcnr " ]
807
811
808
812
[mentions ."library/portable-simd" ]
809
813
message = """
0 commit comments