about summary refs log tree commit diff
path: root/src/liballoc_jemalloc
diff options
context:
space:
mode:
authorOliver Schneider <git-no-reply-9879165716479413131@oli-obk.de>2018-03-30 13:06:34 +0200
committerOliver Schneider <git-no-reply-9879165716479413131@oli-obk.de>2018-04-07 09:24:35 +0200
commit679657b863c2a53a3052d8af9defbce48e12db10 (patch)
treeff837586031384aec5febe548a17d1152bacd204 /src/liballoc_jemalloc
parentee1014e50570e4572980e2496634cbb0eac768dd (diff)
downloadrust-679657b863c2a53a3052d8af9defbce48e12db10.tar.gz
rust-679657b863c2a53a3052d8af9defbce48e12db10.zip
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" }