about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNadrieril <nadrieril+git@gmail.com>2024-02-16 18:26:34 +0100
committerNadrieril <nadrieril+git@gmail.com>2024-02-16 18:26:34 +0100
commit4b732c990d9bf6b2de86f05db714da896fb113ce (patch)
tree2d2a8a610db74ddb13e9ef9561e1e1367928dff0
parenta84bb95a1f65bfe25038f188763a18e096a86ab2 (diff)
downloadrust-4b732c990d9bf6b2de86f05db714da896fb113ce.tar.gz
rust-4b732c990d9bf6b2de86f05db714da896fb113ce.zip
Let rustbot ping me on changes to match lowering
-rw-r--r--triagebot.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 383b89b18df..94d8601e193 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -480,12 +480,16 @@ cc = ["@lcnr", "@compiler-errors"]
 message = "Some changes occurred in diagnostic error codes"
 cc = ["@GuillaumeGomez"]
 
+[mentions."compiler/rustc_mir_build/src/build/matches"]
+message = "Some changes occurred in match lowering"
+cc = ["@Nadrieril"]
+
 [mentions."compiler/rustc_mir_build/src/thir/pattern"]
-message = "Some changes might have occurred in exhaustiveness checking"
+message = "Some changes occurred in match checking"
 cc = ["@Nadrieril"]
 
 [mentions."compiler/rustc_pattern_analysis"]
-message = "Some changes might have occurred in exhaustiveness checking"
+message = "Some changes occurred in exhaustiveness checking"
 cc = ["@Nadrieril"]
 
 [mentions."library/core/src/intrinsics/simd.rs"]