@@ -570,7 +570,7 @@ cc = ["@bjorn3"]
570570cc = [" @antoyo" , " @GuillaumeGomez" ]
571571
572572[mentions ."compiler/rustc_const_eval/src/interpret" ]
573- message = " Some changes occurred to the CTFE / Miri engine "
573+ message = " Some changes occurred to the CTFE / Miri interpreter "
574574cc = [" @rust-lang/miri" ]
575575
576576[mentions ."compiler/rustc_infer/src/infer/error_reporting/need_type_info .rs" ]
@@ -590,7 +590,7 @@ message = "changes to `inspect_obligations.rs`"
590590cc = [" @compiler-errors" , " @lcnr" ]
591591
592592[mentions ."compiler/rustc_middle/src/mir/interpret" ]
593- message = " Some changes occurred to the CTFE / Miri engine "
593+ message = " Some changes occurred to the CTFE / Miri interpreter "
594594cc = [" @rust-lang/miri" ]
595595
596596[mentions ."compiler/rustc_mir_transform/src/" ]
@@ -659,6 +659,13 @@ LLVM backend as well as portable-simd gets adapted for the changes.
659659"""
660660cc = [" @antoyo" , " @GuillaumeGomez" , " @bjorn3" , " @calebzulawski" , " @programmerjake" ]
661661
662+ [mentions ."library/core/src/intrinsics" ]
663+ message = """
664+ Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter
665+ gets adapted for the changes, if necessary.
666+ """
667+ cc = [" @rust-lang/miri" ]
668+
662669[mentions ."library/portable-simd" ]
663670message = """
664671Portable SIMD is developed in its own repository. If possible, consider \
0 commit comments