From 50f090002ad782620ff00842b9f163c6bbc00d7d Mon Sep 17 00:00:00 2001 From: Boxy Date: Tue, 6 Dec 2022 16:33:19 +0000 Subject: [PATCH 1/2] add cg ping files things --- triagebot.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index bc0b88b2bab..54523b029df 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -332,7 +332,15 @@ cc = ["@rust-lang/wg-mir-opt"] [mentions."compiler/rustc_trait_selection/src/traits/const_evaluatable.rs"] message = "Some changes occurred in const_evaluatable.rs" -cc = ["@lcnr"] +cc = ["@BoxyUwU"] + +[mentions."compiler/rustc_middle/src/ty/abstract_const.rs"] +message = "Some changes occured in `abstract_const.rs`" +cc = ["@BoxyUwU"] + +[mentions."compiler/rustc_ty_utils/src/consts.rs"] +message = "Some changes occured in `rustc_ty_utils::consts.rs`" +cc = ["@BoxyUwU"] [mentions."compiler/rustc_trait_selection/src/traits/engine.rs"] message = """ From 3ca5c821c250a8f7b3b99fc515521890c357da5c Mon Sep 17 00:00:00 2001 From: Boxy Date: Tue, 6 Dec 2022 16:45:11 +0000 Subject: [PATCH 2/2] CONSISTENCY Co-authored-by: lcnr --- triagebot.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index 54523b029df..49945e5c533 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -331,7 +331,7 @@ message = "Some changes occurred to MIR optimizations" cc = ["@rust-lang/wg-mir-opt"] [mentions."compiler/rustc_trait_selection/src/traits/const_evaluatable.rs"] -message = "Some changes occurred in const_evaluatable.rs" +message = "Some changes occurred in `const_evaluatable.rs`" cc = ["@BoxyUwU"] [mentions."compiler/rustc_middle/src/ty/abstract_const.rs"]