From dbbb35e8569c355fdeea70560be531bd3cc9d7c0 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Wed, 1 Oct 2025 21:53:39 +0000 Subject: [PATCH] Prepare for lang FCPs in stdarch Increasingly, due to what lives in stdarch, there's the likelihood of the lang team needing to do FCPs there. Let's arrange for that. --- repos/rust-lang/stdarch.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/repos/rust-lang/stdarch.toml b/repos/rust-lang/stdarch.toml index d4cc29116..2df8159ca 100644 --- a/repos/rust-lang/stdarch.toml +++ b/repos/rust-lang/stdarch.toml @@ -2,9 +2,11 @@ org = "rust-lang" name = "stdarch" description = "Rust's standard library vendor-specific APIs and run-time feature detection" homepage = "https://doc.rust-lang.org/stable/core/arch/" -bots = ["rustbot"] +bots = ["rustbot", "rfcbot"] [access.teams] +lang = "write" +lang-ops = "write" libs = "write" libs-api = "write" libs-contributors = "write"