about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrevor Gross <t.gross35@gmail.com>2025-07-10 03:23:57 -0400
committerGitHub <noreply@github.com>2025-07-10 03:23:57 -0400
commitd50eb9fa5a6afd4de719e396038c2809bffa2efe (patch)
tree6c3b355ee49557761b308707efd7a906fe3135dd
parent58ec9db538405fea4288ca2f532288d0376f73ea (diff)
parentfab9c64e2d98af65820a660f345106cc586b0006 (diff)
downloadrust-d50eb9fa5a6afd4de719e396038c2809bffa2efe.tar.gz
rust-d50eb9fa5a6afd4de719e396038c2809bffa2efe.zip
Rollup merge of #143644 - Kobzol:stdarch-mention, r=Amanieu
Add triagebot stdarch mention ping

r? ````@Amanieu````
-rw-r--r--triagebot.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 4e3dff219f1..6b989102f12 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -931,6 +931,15 @@ instead.
 """
 cc = ["@tgross35"]
 
+[mentions."library/stdarch"]
+message = """
+`stdarch` is developed in its own repository. If possible, consider \
+making this change to \
+[rust-lang/stdarch](https://github.com/rust-lang/stdarch) \
+instead.
+"""
+cc = ["@Amanieu", "@folkertdev", "@sayantn"]
+
 [mentions."library/core/src/intrinsics/simd.rs"]
 message = """
 Some changes occurred to the platform-builtins intrinsics. Make sure the