]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc_system/Cargo.toml
Inject the `compiler_builtins` crate whenever the `core` crate is injected
[rust.git] / src / liballoc_system / Cargo.toml
index f9a57f7d97a74ea914602769708754e84958d9b4..936e20a32e10e9d064f55f22094052eaafc41455 100644 (file)
@@ -13,6 +13,7 @@ doc = false
 alloc = { path = "../liballoc" }
 core = { path = "../libcore" }
 libc = { path = "../rustc/libc_shim" }
+compiler_builtins = { path = "../rustc/compiler_builtins_shim" }
 
 # See comments in the source for what this dependency is
 [target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]