From 68d953014e8c1c8f529379acf0a97ed7ce8ac1ae Mon Sep 17 00:00:00 2001 From: lcnr Date: Fri, 25 Nov 2022 14:26:10 +0100 Subject: [PATCH] notify lcnr on changes to `ObligationCtxt` --- triagebot.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 985e065652d..a3c5f0dde07 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -334,6 +334,13 @@ cc = ["@rust-lang/wg-mir-opt"] message = "Some changes occurred in const_evaluatable.rs" cc = ["@lcnr"] +[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"] + [mentions."compiler/rustc_error_codes/src/error_codes.rs"] message = "Some changes occurred in diagnostic error codes" cc = ["@GuillaumeGomez"]