diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-06-27 20:49:39 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2019-07-26 11:28:04 +0200 |
| commit | c814ee0d2a7b9f67cf2be6a6488d07105606c64c (patch) | |
| tree | 3ae29a282ec3efec49eccd7317ea9931b06ceb78 /build_sysroot | |
| parent | 596fdd5a6463d55d8dedd202c41a6392eca2c4c8 (diff) | |
| download | rust-c814ee0d2a7b9f67cf2be6a6488d07105606c64c.tar.gz rust-c814ee0d2a7b9f67cf2be6a6488d07105606c64c.zip | |
[WIP]
Diffstat (limited to 'build_sysroot')
| -rw-r--r-- | build_sysroot/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_sysroot/Cargo.toml b/build_sysroot/Cargo.toml index 45484027edc..532216ba851 100644 --- a/build_sysroot/Cargo.toml +++ b/build_sysroot/Cargo.toml @@ -14,7 +14,7 @@ alloc_system = { path = "./alloc_system" } [patch.crates-io] rustc-std-workspace-core = { path = "./sysroot_src/src/tools/rustc-std-workspace-core" } rustc-std-workspace-alloc = { path = "./rustc-std-workspace-alloc" } -compiler_builtins = { path = "./compiler_builtins" } +#compiler_builtins = { path = "./compiler_builtins" } [profile.release] debug = true |
