X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=19e8334fc1aa30bf5d753edb1e5b8a94016824e2;hb=ba4dd464f5548aa3180dbe1e8144062221d6463d;hp=bc0b88b2babd23256cad271bdf096d082f3eb284;hpb=4f527a55dea64aeb420357154884b6ca6d350986;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index bc0b88b2bab..19e8334fc1a 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -331,8 +331,16 @@ 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" -cc = ["@lcnr"] +message = "Some changes occurred in `const_evaluatable.rs`" +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 = """ @@ -461,6 +469,7 @@ compiler-team-contributors = [ "@jackh726", "@fee1-dead", "@TaKO8Ki", + "@Nilstrieb", ] compiler = [ "compiler-team",