We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80f3c4 commit 38fa4a4Copy full SHA for 38fa4a4
build_system/build_sysroot/Cargo.toml
@@ -6,6 +6,7 @@ resolver = "2"
6
7
[dependencies]
8
core = { path = "./sysroot_src/library/core" }
9
+compiler_builtins = { path = "./sysroot_src/library/compiler-builtins/compiler-builtins" }
10
alloc = { path = "./sysroot_src/library/alloc" }
11
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
12
test = { path = "./sysroot_src/library/test" }
0 commit comments