@@ -611,6 +611,10 @@ cc = ["@bjorn3"]
611611[mentions ."compiler/rustc_codegen_gcc" ]
612612cc = [" @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" ]
615619message = " Some changes occurred to the CTFE / Miri interpreter"
616620cc = [" @rust-lang/miri" ]
@@ -633,7 +637,7 @@ cc = ["@compiler-errors", "@lcnr"]
633637
634638[mentions ."compiler/rustc_middle/src/mir/interpret" ]
635639message = " 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/" ]
639643message = " Some changes occurred to MIR optimizations"
@@ -706,7 +710,7 @@ message = """
706710Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter
707711gets 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" ]
712716message = """
0 commit comments