Rollup merge of #154767 - jieyouxu:lib-tests, r=Mark-Simulacrum

triagebot: roll library reviewers for `{coretests,alloctests}`

Noticed in https://github.com/rust-lang/rust/pull/154761 that we are currently rolling fallback reviewers for `library/{alloctests,coretests}`

r? libs
This commit is contained in:
Jonathan Brouwer
2026-04-04 20:20:00 +02:00
committed by GitHub
+2
View File
@@ -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"]