Skip to content

Commit 9cd92e2

Browse files
feat: add rustc_expand to pub list
1 parent 8e439c4 commit 9cd92e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ fn main() {
4141
name: "rustc_parse",
4242
dir: "src/librustc_parse",
4343
},
44+
RustcApCrate {
45+
name: "rustc_expand",
46+
dir: "src/librustc_expand",
47+
},
4448
];
4549

4650
println!("learning about the dependency graph");

0 commit comments

Comments
 (0)