]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_lsan/Cargo.toml
Inject the `compiler_builtins` crate whenever the `core` crate is injected
[rust.git] / src / librustc_lsan / Cargo.toml
index 087c3162119432a60af7000c58fd7c654dd11c09..9c19b53742654e4c760056a09d1233d25fad7851 100644 (file)
@@ -17,3 +17,4 @@ cmake = "0.1.18"
 alloc = { path = "../liballoc" }
 alloc_system = { path = "../liballoc_system" }
 core = { path = "../libcore" }
+compiler_builtins = { path = "../rustc/compiler_builtins_shim" }