From f93f6c5cc5dcfe479f627afad9609a785edef860 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 30 Apr 2023 22:43:46 +0200 Subject: [PATCH] Ping Nadrieril when changing exhaustiveness checking --- triagebot.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 917acce901b..89867b63d64 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -367,6 +367,10 @@ cc = ["@lcnr", "@compiler-errors"] message = "Some changes occurred in diagnostic error codes" cc = ["@GuillaumeGomez"] +[mentions."compiler/rustc_mir_build/src/thir/pattern"] +message = "Some changes might have occurred in exhaustiveness checking" +cc = ["@Nadrieril"] + [mentions."library"] message = """ Hey! It looks like you've submitted a new PR for the library teams!