]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_driver/Cargo.toml
Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisa
[rust.git] / compiler / rustc_driver / Cargo.toml
index 93c6ec04e4fd676696075b83f93ff636dfff699a..c521f2041d8919ceadb8c84242e951c5fbc8ead0 100644 (file)
@@ -34,6 +34,8 @@ rustc_interface = { path = "../rustc_interface" }
 rustc_serialize = { path = "../rustc_serialize" }
 rustc_ast = { path = "../rustc_ast" }
 rustc_span = { path = "../rustc_span" }
+rustc_mir_build = { path = "../rustc_mir_build" }
+rustc_typeck = { path = "../rustc_typeck" }
 
 [target.'cfg(windows)'.dependencies]
 winapi = { version = "0.3", features = ["consoleapi", "debugapi", "processenv"] }