We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef32456 commit 18bbe01Copy full SHA for 18bbe01
triagebot.toml
@@ -673,6 +673,12 @@ compiler = [
673
libs = [
674
"@cuviper",
675
"@Mark-Simulacrum",
676
+ "@m-ou-se",
677
+ "@Amanieu",
678
+ "@Nilstieb",
679
+ "@workingjubilee",
680
+ "@joboet",
681
+ "@jhpratt",
682
]
683
bootstrap = [
684
@@ -810,7 +816,7 @@ project-stable-mir = [
810
816
"/compiler/rustc_type_ir" = ["compiler", "types"]
811
817
"/compiler/stable_mir" = ["project-stable-mir"]
812
818
"/library/alloc" = ["libs"]
813
-"/library/core" = ["libs"]
819
+"/library/core" = ["libs", "@scottmcm"]
814
820
"/library/panic_abort" = ["libs"]
815
821
"/library/panic_unwind" = ["libs"]
822
"/library/proc_macro" = ["@petrochenkov"]
0 commit comments