]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_interface/Cargo.toml
Split `rustc_mir::{build, hair, lints}` into their own crate
[rust.git] / src / librustc_interface / Cargo.toml
index eb0551c606548ebea590bf28d2a0652510faec9d..98f7def7e36cbabca54f6c4e698a6593ee8f7f81 100644 (file)
@@ -32,6 +32,7 @@ rustc_codegen_llvm = { path = "../librustc_codegen_llvm", optional = true }
 rustc_hir = { path = "../librustc_hir" }
 rustc_metadata = { path = "../librustc_metadata" }
 rustc_mir = { path = "../librustc_mir" }
+rustc_mir_build = { path = "../librustc_mir_build" }
 rustc_passes = { path = "../librustc_passes" }
 rustc_typeck = { path = "../librustc_typeck" }
 rustc_lint = { path = "../librustc_lint" }