Add rustbuild dependency from rustc_borrowck upon rustc_mir crate.

This commit is contained in:
Felix S. Klock II 2016-03-22 18:09:57 +01:00
parent dd99f58fe1
commit 782c0cf4a2
2 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,4 @@ syntax = { path = "../libsyntax" }
graphviz = { path = "../libgraphviz" }
rustc = { path = "../librustc" }
rustc_front = { path = "../librustc_front" }
rustc_mir = { path = "../librustc_mir" }

1
src/rustc/Cargo.lock generated
View File

@ -109,6 +109,7 @@ dependencies = [
"log 0.0.0",
"rustc 0.0.0",
"rustc_front 0.0.0",
"rustc_mir 0.0.0",
"syntax 0.0.0",
]