diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2016-03-22 18:09:57 +0100 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2016-03-22 18:09:57 +0100 |
| commit | 782c0cf4a2fb57492012f6093ad7b70be72f654d (patch) | |
| tree | fb3a52b415db77a2ab925dc3b490a01f5d20c708 /src/rustc | |
| parent | dd99f58fe15134b42c6f74225107a08f267046f2 (diff) | |
| download | rust-782c0cf4a2fb57492012f6093ad7b70be72f654d.tar.gz rust-782c0cf4a2fb57492012f6093ad7b70be72f654d.zip | |
Add rustbuild dependency from `rustc_borrowck` upon `rustc_mir` crate.
Diffstat (limited to 'src/rustc')
| -rw-r--r-- | src/rustc/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rustc/Cargo.lock b/src/rustc/Cargo.lock index 03e7aaca0f7..9ef0b400022 100644 --- a/src/rustc/Cargo.lock +++ b/src/rustc/Cargo.lock @@ -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", ] |
