Fix rustbuild

This commit is contained in:
Michael Woerister 2016-08-25 20:48:13 -04:00
parent 794fd315ad
commit 004a7eb127
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ rustc_back = { path = "../librustc_back" }
rustc_const_eval = { path = "../librustc_const_eval" }
rustc_const_math = { path = "../librustc_const_math" }
rustc_driver = { path = "../librustc_driver" }
rustc_data_structures = { path = "../librustc_data_structures" }
rustc_errors = { path = "../librustc_errors" }
rustc_lint = { path = "../librustc_lint" }
rustc_metadata = { path = "../librustc_metadata" }

1
src/rustc/Cargo.lock generated
View File

@ -363,6 +363,7 @@ dependencies = [
"rustc_back 0.0.0",
"rustc_const_eval 0.0.0",
"rustc_const_math 0.0.0",
"rustc_data_structures 0.0.0",
"rustc_driver 0.0.0",
"rustc_errors 0.0.0",
"rustc_lint 0.0.0",