]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_msan/Cargo.toml
Inject the `compiler_builtins` crate whenever the `core` crate is injected
[rust.git] / src / librustc_msan / Cargo.toml
index 8d7279b29eb552db3ac95907a5926334d7044e97..17ec2b96438ad02b97746e66de4a6d5a9c7021ad 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" }