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.
rustc_arena
1 parent ab6216a commit ae3c00cCopy full SHA for ae3c00c
triagebot.toml
@@ -702,6 +702,9 @@ lexer = [
702
"@nnethercote",
703
"@petrochenkov",
704
]
705
+arena = [
706
+ "@nnethercote",
707
+]
708
mir = [
709
"@davidtwco",
710
"@oli-obk",
@@ -753,6 +756,7 @@ project-stable-mir = [
753
756
"/Cargo.lock" = ["@Mark-Simulacrum"]
754
757
"/Cargo.toml" = ["@Mark-Simulacrum"]
755
758
"/compiler" = ["compiler"]
759
+"/compiler/rustc_arena" = ["compiler", "arena"]
760
"/compiler/rustc_ast" = ["compiler", "parser"]
761
"/compiler/rustc_ast_lowering" = ["compiler", "ast_lowering"]
762
"/compiler/rustc_hir_analysis" = ["compiler", "types"]
0 commit comments