Add rustbuild dependency from rustc_borrowck
upon rustc_mir
crate.
This commit is contained in:
parent
dd99f58fe1
commit
782c0cf4a2
2 changed files with 2 additions and 0 deletions
|
@ -14,3 +14,4 @@ syntax = { path = "../libsyntax" }
|
||||||
graphviz = { path = "../libgraphviz" }
|
graphviz = { path = "../libgraphviz" }
|
||||||
rustc = { path = "../librustc" }
|
rustc = { path = "../librustc" }
|
||||||
rustc_front = { path = "../librustc_front" }
|
rustc_front = { path = "../librustc_front" }
|
||||||
|
rustc_mir = { path = "../librustc_mir" }
|
||||||
|
|
1
src/rustc/Cargo.lock
generated
1
src/rustc/Cargo.lock
generated
|
@ -109,6 +109,7 @@ dependencies = [
|
||||||
"log 0.0.0",
|
"log 0.0.0",
|
||||||
"rustc 0.0.0",
|
"rustc 0.0.0",
|
||||||
"rustc_front 0.0.0",
|
"rustc_front 0.0.0",
|
||||||
|
"rustc_mir 0.0.0",
|
||||||
"syntax 0.0.0",
|
"syntax 0.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue