about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--triagebot.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 81763592246..bee0371d36e 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -344,14 +344,14 @@ cc = ["@BoxyUwU"]
 
 [mentions."compiler/rustc_trait_selection/src/solve/"]
 message = "Some changes occurred to the core trait solver"
-cc = ["@lcnr"]
+cc = ["@lcnr", "@compiler-errors"]
 
 [mentions."compiler/rustc_trait_selection/src/traits/engine.rs"]
 message = """
 Some changes occurred in engine.rs, potentially modifying the public API \
 of `ObligationCtxt`.
 """
-cc = ["@lcnr"]
+cc = ["@lcnr", "@compiler-errors"]
 
 [mentions."compiler/rustc_error_codes/src/error_codes.rs"]
 message = "Some changes occurred in diagnostic error codes"