Skip to content

Commit d009b50

Browse files
authored
Unrolled build for rust-lang#121748
Rollup merge of rust-lang#121748 - Amanieu:restore-libs-rotation, r=Amanieu Restore the standard library review rotation to its former glory This adds 7 reviewers to the standard library review rotation, bringing the total back up to 10 people. Specifically: * On the main rotation: ``@cuviper`` ``@Mark-Simulacrum`` ``@m-ou-se`` ``@Amanieu`` ``@Nilstrieb`` ``@workingjubilee`` ``@joboet`` ``@jhpratt`` * For `core` only: ``@scottmcm`` * For `std` only: ``@ChrisDenton`` For everyone pinged here, please confirm that you are happy to be added to the review rotation.
2 parents d3d145e + ad4c932 commit d009b50

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

triagebot.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,12 @@ compiler = [
673673
libs = [
674674
"@cuviper",
675675
"@Mark-Simulacrum",
676+
"@m-ou-se",
677+
"@Amanieu",
678+
"@Nilstrieb",
679+
"@workingjubilee",
680+
"@joboet",
681+
"@jhpratt",
676682
]
677683
bootstrap = [
678684
"@Mark-Simulacrum",
@@ -810,7 +816,7 @@ project-stable-mir = [
810816
"/compiler/rustc_type_ir" = ["compiler", "types"]
811817
"/compiler/stable_mir" = ["project-stable-mir"]
812818
"/library/alloc" = ["libs"]
813-
"/library/core" = ["libs"]
819+
"/library/core" = ["libs", "@scottmcm"]
814820
"/library/panic_abort" = ["libs"]
815821
"/library/panic_unwind" = ["libs"]
816822
"/library/proc_macro" = ["@petrochenkov"]

0 commit comments

Comments
 (0)