From 14e4991c03dc1e5d3f4785a4f2ba5e0e59ce5954 Mon Sep 17 00:00:00 2001 From: sayantn Date: Sun, 29 Mar 2026 00:25:43 +0530 Subject: [PATCH 1/2] Notify stdarch maintainers for std_detect --- triagebot.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 01d047cdae55..9ab39bba578a 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1073,6 +1073,10 @@ instead. """ cc = ["@Amanieu", "@folkertdev", "@sayantn"] +[mentions."library/std_detect"] +message = "Some changes occurred in `std_detect`" +cc = ["@Amanieu", "@folkertdev", "@sayantn"] + [mentions."library/core/src/intrinsics/simd.rs"] message = """ Some changes occurred to the platform-builtins intrinsics. Make sure the From fbfecb8d782ccce085c5d9b0deac55a985b58450 Mon Sep 17 00:00:00 2001 From: sayantn Date: Sun, 29 Mar 2026 00:31:12 +0530 Subject: [PATCH 2/2] Map std_detect to t-libs --- triagebot.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/triagebot.toml b/triagebot.toml index 9ab39bba578a..1d48365d288e 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1596,6 +1596,7 @@ dep-bumps = [ "/library/std" = ["libs", "@ChrisDenton"] "/library/std/src/sys/pal/windows" = ["@ChrisDenton"] "/library/stdarch" = ["libs"] +"/library/std_detect" = ["libs"] "/library/test" = ["libs"] "/src/bootstrap" = ["bootstrap"] "/src/ci" = ["infra-ci"]