@@ -706,7 +706,11 @@ cc = ["@antoyo", "@GuillaumeGomez"]
706706
707707[mentions ."compiler/rustc_const_eval/src/" ]
708708message = " 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" ]
712716message = " 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" ]
732736message = " 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/" ]
736740message = " Some changes occurred to MIR optimizations"
@@ -803,7 +807,7 @@ message = """
803807Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter
804808gets 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" ]
809813message = """
0 commit comments