Skip to content

Commit

Permalink
Add rustbuild dependency from rustc_borrowck upon rustc_mir crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Mar 22, 2016
1 parent dd99f58 commit 782c0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_borrowck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ syntax = { path = "../libsyntax" }
graphviz = { path = "../libgraphviz" }
rustc = { path = "../librustc" }
rustc_front = { path = "../librustc_front" }
rustc_mir = { path = "../librustc_mir" }
1 change: 1 addition & 0 deletions src/rustc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 782c0cf

Please sign in to comment.