diff options
| author | kennytm <kennytm@gmail.com> | 2018-04-07 15:36:57 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-04-07 15:36:57 +0800 |
| commit | 24b3a979860efad7a69a432c0f1bcbf35b8bbab7 (patch) | |
| tree | a92bd703cc755e11c1046b772d015c65ecef4893 /src/libstd_unicode | |
| parent | 3e0b15f8243be22019e93755bf94f46c8a25f4de (diff) | |
| parent | 679657b863c2a53a3052d8af9defbce48e12db10 (diff) | |
| download | rust-24b3a979860efad7a69a432c0f1bcbf35b8bbab7.tar.gz rust-24b3a979860efad7a69a432c0f1bcbf35b8bbab7.zip | |
Rollup merge of #49503 - oli-obk:extern_crate_compiler_builtins, r=alexcrichton
Inject the `compiler_builtins` crate whenever the `core` crate is injected
Diffstat (limited to 'src/libstd_unicode')
| -rw-r--r-- | src/libstd_unicode/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd_unicode/Cargo.toml b/src/libstd_unicode/Cargo.toml index b3346dbe2fb..283070a0e2c 100644 --- a/src/libstd_unicode/Cargo.toml +++ b/src/libstd_unicode/Cargo.toml @@ -15,3 +15,4 @@ path = "tests/lib.rs" [dependencies] core = { path = "../libcore" } +compiler_builtins = { path = "../rustc/compiler_builtins_shim" } |
