From d5f67d863125a6034a94d6248640f1011ac4a7e4 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Sat, 4 Apr 2026 01:18:55 +0800 Subject: [PATCH] triagebot: roll library reviewers for `{coretests,alloctests}` --- triagebot.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index f99d700310df..0ffaff311e66 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1598,7 +1598,9 @@ dep-bumps = [ "/compiler/rustc_type_ir" = ["compiler", "types"] "/compiler/rustc_public" = ["project-stable-mir"] "/library/alloc" = ["libs"] +"/library/alloctests" = ["libs"] "/library/core" = ["libs", "@scottmcm"] +"/library/coretests" = ["libs"] "/library/panic_abort" = ["libs"] "/library/panic_unwind" = ["libs"] "/library/proc_macro" = ["@petrochenkov"]