diff --git a/src/librustc_passes/Cargo.toml b/src/librustc_passes/Cargo.toml index fa6bd3dfb67..0c85ffd2e9c 100644 --- a/src/librustc_passes/Cargo.toml +++ b/src/librustc_passes/Cargo.toml @@ -12,4 +12,5 @@ crate-type = ["dylib"] log = { path = "../liblog" } rustc = { path = "../librustc" } rustc_const_eval = { path = "../librustc_const_eval" } +rustc_const_math = { path = "../librustc_const_math" } syntax = { path = "../libsyntax" }