We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1d947 commit e6f961cCopy full SHA for e6f961c
triagebot.toml
@@ -933,11 +933,13 @@ arena = [
933
mir = [
934
"@davidtwco",
935
"@oli-obk",
936
- "@matthewjasper"
+ "@matthewjasper",
937
+ "@saethlin",
938
]
939
mir-opt = [
940
941
"@wesleywiser",
942
943
944
types = [
945
"@compiler-errors",
@@ -1003,6 +1005,7 @@ project-exploit-mitigations = [
1003
1005
"/compiler/rustc_lexer" = ["compiler", "lexer"]
1004
1006
"/compiler/rustc_llvm" = ["@cuviper"]
1007
"/compiler/rustc_codegen_llvm/src/debuginfo" = ["compiler", "debuginfo"]
1008
+"/compiler/rustc_codegen_ssa" = ["compiler", "@saethlin"]
1009
"/compiler/rustc_middle/src/mir" = ["compiler", "mir"]
1010
"/compiler/rustc_middle/src/traits" = ["compiler", "types"]
1011
"/compiler/rustc_middle/src/ty" = ["compiler", "types"]
0 commit comments