We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c489c commit 5cdcad9Copy full SHA for 5cdcad9
src/librustc_passes/Cargo.toml
@@ -12,4 +12,5 @@ crate-type = ["dylib"]
12
log = { path = "../liblog" }
13
rustc = { path = "../librustc" }
14
rustc_const_eval = { path = "../librustc_const_eval" }
15
+rustc_const_math = { path = "../librustc_const_math" }
16
syntax = { path = "../libsyntax" }
0 commit comments