about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--triagebot.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 0a36eab7b87..4e163a3bb1c 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -499,6 +499,10 @@ of `ObligationCtxt`.
 """
 cc = ["@lcnr", "@compiler-errors"]
 
+[mentions."compiler/rustc_hir_analysis/src/hir_ty_lowering"]
+message = "HIR ty lowering was modified"
+cc = ["@fmease"]
+
 [mentions."compiler/rustc_error_codes/src/lib.rs"]
 message = "Some changes occurred in diagnostic error codes"
 cc = ["@GuillaumeGomez"]