Skip to content

Commit c99157b

Browse files
committed
Disable std
1 parent cd68e41 commit c99157b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_sysroot/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ version = "0.0.0"
77
core = { path = "./sysroot_src/library/core" }
88
compiler_builtins = "0.1"
99
alloc = { path = "./sysroot_src/library/alloc" }
10-
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
11-
test = { path = "./sysroot_src/library/test" }
10+
# std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
11+
# test = { path = "./sysroot_src/library/test" }
1212

1313
[patch.crates-io]
1414
rustc-std-workspace-core = { path = "./sysroot_src/library/rustc-std-workspace-core" }

0 commit comments

Comments
 (0)