Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit da54dc5

Browse files
authored
Merge pull request #414 from spastorino/add-spastorino
Add spastorino to types and add ast_lowering dir
2 parents f9b6bb9 + aaf9e80 commit da54dc5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

highfive/configs/rust-lang/rust.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,15 @@
8282
"@compiler-errors",
8383
"@jackh726",
8484
"@lcnr",
85-
"@oli-obk"
85+
"@oli-obk",
86+
"@spastorino"
8687
],
8788
"borrowck": [
8889
"@davidtwco",
8990
"@pnkfelix"
91+
],
92+
"ast_lowering": [
93+
"@spastorino"
9094
]
9195
},
9296
"dirs": {
@@ -96,6 +100,7 @@
96100
"compiler": ["compiler"],
97101
"compiler/rustc_apfloat": ["@eddyb"],
98102
"compiler/rustc_ast/": ["compiler", "parser"],
103+
"compiler/rustc_ast_lowering/": ["compiler", "ast_lowering"],
99104
"compiler/rustc_lexer": ["compiler", "lexer"],
100105
"compiler/rustc_llvm": ["@cuviper"],
101106
"compiler/rustc_middle/src/mir": ["compiler", "mir"],

0 commit comments

Comments
 (0)