summaryrefslogtreecommitdiff
path: root/triagebot.toml
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-09-11 16:31:05 +0200
committerRalf Jung <post@ralfj.de>2024-09-11 16:31:05 +0200
commitdb40dc316818aa6d12666ded7256fc4defb50f5a (patch)
treee813ef8b407e4aedcc2c92efcc011c23cbf12417 /triagebot.toml
parent16beabe1e17fa1f35a1964609ee589b999386690 (diff)
notify Miri when intrinsics are changed
Diffstat (limited to 'triagebot.toml')
-rw-r--r--triagebot.toml11
1 files changed, 9 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml
index f379f8cc7af..467e64bb8b0 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -570,7 +570,7 @@ cc = ["@bjorn3"]
cc = ["@antoyo", "@GuillaumeGomez"]
[mentions."compiler/rustc_const_eval/src/interpret"]
-message = "Some changes occurred to the CTFE / Miri engine"
+message = "Some changes occurred to the CTFE / Miri interpreter"
cc = ["@rust-lang/miri"]
[mentions."compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs"]
@@ -590,7 +590,7 @@ message = "changes to `inspect_obligations.rs`"
cc = ["@compiler-errors", "@lcnr"]
[mentions."compiler/rustc_middle/src/mir/interpret"]
-message = "Some changes occurred to the CTFE / Miri engine"
+message = "Some changes occurred to the CTFE / Miri interpreter"
cc = ["@rust-lang/miri"]
[mentions."compiler/rustc_mir_transform/src/"]
@@ -659,6 +659,13 @@ LLVM backend as well as portable-simd gets adapted for the changes.
"""
cc = ["@antoyo", "@GuillaumeGomez", "@bjorn3", "@calebzulawski", "@programmerjake"]
+[mentions."library/core/src/intrinsics"]
+message = """
+Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter
+gets adapted for the changes, if necessary.
+"""
+cc = ["@rust-lang/miri"]
+
[mentions."library/portable-simd"]
message = """
Portable SIMD is developed in its own repository. If possible, consider \