about summary refs log tree commit diff
path: root/build_sysroot
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2019-06-27 20:49:39 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2019-07-26 11:28:04 +0200
commitc814ee0d2a7b9f67cf2be6a6488d07105606c64c (patch)
tree3ae29a282ec3efec49eccd7317ea9931b06ceb78 /build_sysroot
parent596fdd5a6463d55d8dedd202c41a6392eca2c4c8 (diff)
downloadrust-c814ee0d2a7b9f67cf2be6a6488d07105606c64c.tar.gz
rust-c814ee0d2a7b9f67cf2be6a6488d07105606c64c.zip
[WIP]
Diffstat (limited to 'build_sysroot')
-rw-r--r--build_sysroot/Cargo.toml2
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