Restore the standard library review rotation to its former glory

This commit is contained in:
Amanieu d'Antras 2024-02-28 16:13:28 +00:00
parent ef324565d0
commit ad4c932ac4

View File

@ -673,6 +673,12 @@ compiler = [
libs = [ libs = [
"@cuviper", "@cuviper",
"@Mark-Simulacrum", "@Mark-Simulacrum",
"@m-ou-se",
"@Amanieu",
"@Nilstrieb",
"@workingjubilee",
"@joboet",
"@jhpratt",
] ]
bootstrap = [ bootstrap = [
"@Mark-Simulacrum", "@Mark-Simulacrum",
@ -810,7 +816,7 @@ project-stable-mir = [
"/compiler/rustc_type_ir" = ["compiler", "types"] "/compiler/rustc_type_ir" = ["compiler", "types"]
"/compiler/stable_mir" = ["project-stable-mir"] "/compiler/stable_mir" = ["project-stable-mir"]
"/library/alloc" = ["libs"] "/library/alloc" = ["libs"]
"/library/core" = ["libs"] "/library/core" = ["libs", "@scottmcm"]
"/library/panic_abort" = ["libs"] "/library/panic_abort" = ["libs"]
"/library/panic_unwind" = ["libs"] "/library/panic_unwind" = ["libs"]
"/library/proc_macro" = ["@petrochenkov"] "/library/proc_macro" = ["@petrochenkov"]