]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/Cargo.toml
Change const eval to return `ConstValue`, instead of `Const` as the type inside it...
[rust.git] / src / librustc_codegen_llvm / Cargo.toml
index dd9eadde098ec8a01b433ed8898b9f8781c69f50..c5e862ffc179fa6e82fb8f616a70490a7039565d 100644 (file)
@@ -14,9 +14,11 @@ doctest = false
 bitflags = "1.0"
 flate2 = "1.0"
 libc = "0.2"
+measureme = "0.7.1"
 log = "0.4"
 rustc = { path = "../librustc" }
 rustc-demangle = "0.1"
+rustc_attr = { path = "../librustc_attr" }
 rustc_codegen_ssa = { path = "../librustc_codegen_ssa" }
 rustc_codegen_utils = { path = "../librustc_codegen_utils" }
 rustc_data_structures = { path = "../librustc_data_structures" }