mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
Add rustbuild dependency from rustc_borrowck
upon rustc_mir
crate.
This commit is contained in:
parent
dd99f58fe1
commit
782c0cf4a2
@ -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…
Reference in New Issue
Block a user