Skip to content

Commit 782c0cf

Browse files
committed
Add rustbuild dependency from rustc_borrowck upon rustc_mir crate.
1 parent dd99f58 commit 782c0cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/librustc_borrowck/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ syntax = { path = "../libsyntax" }
1414
graphviz = { path = "../libgraphviz" }
1515
rustc = { path = "../librustc" }
1616
rustc_front = { path = "../librustc_front" }
17+
rustc_mir = { path = "../librustc_mir" }

src/rustc/Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)