Skip to content

Commit 9eaae92

Browse files
committed
argh, overlooked two extern crates
1 parent 29ad9a2 commit 9eaae92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc_incremental/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ rbml = { path = "../librbml" }
1414
rustc = { path = "../librustc" }
1515
rustc_data_structures = { path = "../librustc_data_structures" }
1616
serialize = { path = "../libserialize" }
17+
log = { path = "../liblog" }
18+
syntax = { path = "../libsyntax" }

0 commit comments

Comments
 (0)