about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUrgau <urgau@numericable.fr>2024-04-05 23:02:36 +0200
committerUrgau <urgau@numericable.fr>2024-04-05 23:41:00 +0200
commitc39c0e1e2b72129a1cda8fdea98e1a21b64e32a2 (patch)
treed8f6a08f6ab8f88431ab432af3640538a8faaac7
parent5b14497f01137053c3cd38caf7df6bfe0c504f65 (diff)
downloadrust-c39c0e1e2b72129a1cda8fdea98e1a21b64e32a2.tar.gz
rust-c39c0e1e2b72129a1cda8fdea98e1a21b64e32a2.zip
Add mention for Urgau about cfg and check-cfg configuration changes
-rw-r--r--triagebot.toml5
1 files changed, 5 insertions, 0 deletions
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"]