Add a group for rustc_arena
and put nnethercote in it.
This commit is contained in:
parent
ab6216a1d3
commit
ae3c00c28e
1 changed files with 4 additions and 0 deletions
|
@ -702,6 +702,9 @@ lexer = [
|
||||||
"@nnethercote",
|
"@nnethercote",
|
||||||
"@petrochenkov",
|
"@petrochenkov",
|
||||||
]
|
]
|
||||||
|
arena = [
|
||||||
|
"@nnethercote",
|
||||||
|
]
|
||||||
mir = [
|
mir = [
|
||||||
"@davidtwco",
|
"@davidtwco",
|
||||||
"@oli-obk",
|
"@oli-obk",
|
||||||
|
@ -753,6 +756,7 @@ project-stable-mir = [
|
||||||
"/Cargo.lock" = ["@Mark-Simulacrum"]
|
"/Cargo.lock" = ["@Mark-Simulacrum"]
|
||||||
"/Cargo.toml" = ["@Mark-Simulacrum"]
|
"/Cargo.toml" = ["@Mark-Simulacrum"]
|
||||||
"/compiler" = ["compiler"]
|
"/compiler" = ["compiler"]
|
||||||
|
"/compiler/rustc_arena" = ["compiler", "arena"]
|
||||||
"/compiler/rustc_ast" = ["compiler", "parser"]
|
"/compiler/rustc_ast" = ["compiler", "parser"]
|
||||||
"/compiler/rustc_ast_lowering" = ["compiler", "ast_lowering"]
|
"/compiler/rustc_ast_lowering" = ["compiler", "ast_lowering"]
|
||||||
"/compiler/rustc_hir_analysis" = ["compiler", "types"]
|
"/compiler/rustc_hir_analysis" = ["compiler", "types"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue