From ed0478a918b8be05d6b4d6d2d1b227b70433c5a1 Mon Sep 17 00:00:00 2001 From: Urgau Date: Sat, 16 Mar 2024 23:40:49 +0100 Subject: [PATCH] Add some mentions for Urgau for check-cfg related files --- triagebot.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index c972dce1a02..f81b518369f 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -515,6 +515,9 @@ cc = ["@Nadrieril"] message = "Some changes occurred in exhaustiveness checking" cc = ["@Nadrieril"] +[mentions."compiler/rustc_lint/src/context/diagnostics/check_cfg.rs"] +cc = ["@Urgau"] + [mentions."library/core/src/intrinsics/simd.rs"] message = """ Some changes occurred to the platform-builtins intrinsics. Make sure the @@ -688,6 +691,9 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] [mentions."src/doc/unstable-book/src/language-features/no-sanitize.md"] cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] +[mentions."src/doc/unstable-book/src/compiler-flags/check-cfg.md"] +cc = ["@Urgau"] + [mentions."tests/codegen/sanitizer"] cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] @@ -706,6 +712,9 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] [mentions."tests/ui/stack-protector"] cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] +[mentions."tests/ui/check-cfg"] +cc = ["@Urgau"] + [assign] warn_non_default_branch = true contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"