]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_passes/Cargo.toml
Auto merge of #56838 - Aaron1011:fix/rustdoc-infer-unify, r=nikomatsakis
[rust.git] / src / librustc_passes / Cargo.toml
index e87e976eac3eb18b5ccd0652c736f97750f3aa8d..2babb93eedbcfb68732f7b1c821bb6a1bdf15a49 100644 (file)
@@ -11,8 +11,7 @@ crate-type = ["dylib"]
 [dependencies]
 log = "0.4"
 rustc = { path = "../librustc" }
-rustc_const_eval = { path = "../librustc_const_eval" }
-rustc_const_math = { path = "../librustc_const_math" }
+rustc_mir = { path = "../librustc_mir"}
 rustc_data_structures = { path = "../librustc_data_structures" }
 syntax = { path = "../libsyntax" }
 syntax_pos = { path = "../libsyntax_pos" }