Skip to content

Commit 59e6a56

Browse files
authored
Merge pull request alexcrichton#19 from calebcartwright/add-rustc-expand
add rustc_expand to pub list
2 parents 8e439c4 + 9cd92e2 commit 59e6a56

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)