Skip to content

Commit 73db249

Browse files
committed
Add comment about compiler_builtins
1 parent 16e1ad7 commit 73db249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_system/build_sysroot/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ resolver = "2"
66

77
[dependencies]
88
core = { path = "./sysroot_src/library/core" }
9+
# TODO: after the sync, revert to using version 0.1.
910
# compiler_builtins = "0.1"
1011
compiler_builtins = "=0.1.109"
1112
alloc = { path = "./sysroot_src/library/alloc" }

0 commit comments

Comments
 (0)