about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2024-03-14 15:07:34 +0100
committerLeón Orell Valerian Liehr <me@fmease.dev>2024-03-22 06:32:51 +0100
commit5e73a8b2f149a359abb2717d5fa91f63add75eef (patch)
treea87608aac988fff06ede4c76440876862642d1b0
parent72472c831c56c208a8a174846c66dad0fa27e0e3 (diff)
downloadrust-5e73a8b2f149a359abb2717d5fa91f63add75eef.tar.gz
rust-5e73a8b2f149a359abb2717d5fa91f63add75eef.zip
Notify fmease on changes to HIR ty lowering
-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"]