Skip to content

Commit 8dafbe7

Browse files
authored
Unrolled build for rust-lang#130228
Rollup merge of rust-lang#130228 - RalfJung:intrinsics-notify, r=saethlin notify Miri when intrinsics are changed `@rust-lang/miri` should we notify the entire team, or should I just add myself?
2 parents 8d6b88b + db40dc3 commit 8dafbe7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

triagebot.toml

+9-2
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ cc = ["@bjorn3"]
570570
cc = ["@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"
574574
cc = ["@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`"
590590
cc = ["@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"
594594
cc = ["@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
"""
660660
cc = ["@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"]
663670
message = """
664671
Portable SIMD is developed in its own repository. If possible, consider \

0 commit comments

Comments
 (0)