]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd_unicode/Cargo.toml
Inject the `compiler_builtins` crate whenever the `core` crate is injected
[rust.git] / src / libstd_unicode / Cargo.toml
index b3346dbe2fb1240ddd1033907e169134b2ad4442..283070a0e2cf7f42d9a54bd2a8a6a16a46cab8e2 100644 (file)
@@ -15,3 +15,4 @@ path = "tests/lib.rs"
 
 [dependencies]
 core = { path = "../libcore" }
+compiler_builtins = { path = "../rustc/compiler_builtins_shim" }