From c39c0e1e2b72129a1cda8fdea98e1a21b64e32a2 Mon Sep 17 00:00:00 2001 From: Urgau Date: Fri, 5 Apr 2024 23:02:36 +0200 Subject: [PATCH] Add mention for Urgau about cfg and check-cfg configuration changes --- triagebot.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 55f0d32398f..abc44cc17dd 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -527,7 +527,12 @@ cc = ["@Nadrieril"] message = "Some changes occurred in exhaustiveness checking" cc = ["@Nadrieril"] +[mentions."compiler/rustc_session/src/config/cfg.rs"] +message = "Some changes occurred in cfg and check-cfg configuration" +cc = ["@Urgau"] + [mentions."compiler/rustc_lint/src/context/diagnostics/check_cfg.rs"] +message = "Some changes occurred in check-cfg diagnostics" cc = ["@Urgau"] [mentions."library/core/src/intrinsics/simd.rs"]