about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2025-06-28 18:08:26 -0400
committerAntoni Boucher <bouanto@zoho.com>2025-06-28 18:08:26 -0400
commit38fa4a4861d5d0241c8a9b980d5fb2bf84530de2 (patch)
tree02e604107b06c6a52f85390f51199d8927329822
parenta80f3c4a84b8bbb5b72f95acc63e09d8124ab6bd (diff)
downloadrust-38fa4a4861d5d0241c8a9b980d5fb2bf84530de2.tar.gz
rust-38fa4a4861d5d0241c8a9b980d5fb2bf84530de2.zip
Fix sysroot Cargo.toml for compiler-builtins
-rw-r--r--build_system/build_sysroot/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_system/build_sysroot/Cargo.toml b/build_system/build_sysroot/Cargo.toml
index 931f6097abc..29a3bcec304 100644
--- a/build_system/build_sysroot/Cargo.toml
+++ b/build_system/build_sysroot/Cargo.toml
@@ -6,6 +6,7 @@ resolver = "2"
 
 [dependencies]
 core = { path = "./sysroot_src/library/core" }
+compiler_builtins = { path = "./sysroot_src/library/compiler-builtins/compiler-builtins" }
 alloc = { path = "./sysroot_src/library/alloc" }
 std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
 test = { path = "./sysroot_src/library/test" }