about summary refs log tree commit diff
path: root/src/liballoc_jemalloc
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-04-07 15:36:57 +0800
committerkennytm <kennytm@gmail.com>2018-04-07 15:36:57 +0800
commit24b3a979860efad7a69a432c0f1bcbf35b8bbab7 (patch)
treea92bd703cc755e11c1046b772d015c65ecef4893 /src/liballoc_jemalloc
parent3e0b15f8243be22019e93755bf94f46c8a25f4de (diff)
parent679657b863c2a53a3052d8af9defbce48e12db10 (diff)
downloadrust-24b3a979860efad7a69a432c0f1bcbf35b8bbab7.tar.gz
rust-24b3a979860efad7a69a432c0f1bcbf35b8bbab7.zip
Rollup merge of #49503 - oli-obk:extern_crate_compiler_builtins, r=alexcrichton
Inject the `compiler_builtins` crate whenever the `core` crate is injected
Diffstat (limited to 'src/liballoc_jemalloc')
-rw-r--r--src/liballoc_jemalloc/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc_jemalloc/Cargo.toml b/src/liballoc_jemalloc/Cargo.toml
index 6d7d83dd993..fd4a4553046 100644
--- a/src/liballoc_jemalloc/Cargo.toml
+++ b/src/liballoc_jemalloc/Cargo.toml
@@ -16,6 +16,7 @@ alloc = { path = "../liballoc" }
 alloc_system = { path = "../liballoc_system" }
 core = { path = "../libcore" }
 libc = { path = "../rustc/libc_shim" }
+compiler_builtins = { path = "../rustc/compiler_builtins_shim" }
 
 [build-dependencies]
 build_helper = { path = "../build_helper" }