@@ -570,7 +570,7 @@ cc = ["@bjorn3"]
570
570
cc = [" @antoyo" , " @GuillaumeGomez" ]
571
571
572
572
[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 "
574
574
cc = [" @rust-lang/miri" ]
575
575
576
576
[mentions ."compiler/rustc_infer/src/infer/error_reporting/need_type_info .rs" ]
@@ -590,7 +590,7 @@ message = "changes to `inspect_obligations.rs`"
590
590
cc = [" @compiler-errors" , " @lcnr" ]
591
591
592
592
[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 "
594
594
cc = [" @rust-lang/miri" ]
595
595
596
596
[mentions ."compiler/rustc_mir_transform/src/" ]
@@ -659,6 +659,13 @@ LLVM backend as well as portable-simd gets adapted for the changes.
659
659
"""
660
660
cc = [" @antoyo" , " @GuillaumeGomez" , " @bjorn3" , " @calebzulawski" , " @programmerjake" ]
661
661
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
+
662
669
[mentions ."library/portable-simd" ]
663
670
message = """
664
671
Portable SIMD is developed in its own repository. If possible, consider \
0 commit comments