Skip to content

Commit 5e664aa

Browse files
committed
support using the in-tree compiler_builtins
1 parent f452b2e commit 5e664aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,7 @@ impl<'a> SysrootBuilder<'a> {
307307
path = {src_dir_core:?}
308308
[dependencies.alloc]
309309
path = {src_dir_alloc:?}
310-
[dependencies.compiler_builtins]
311-
features = ["rustc-dep-of-std", "mem"]
312-
version = "*"
310+
features = ["compiler-builtins-mem"]
313311
"#,
314312
src_dir_core = src_dir.join("core"),
315313
src_dir_alloc = src_dir.join("alloc"),

0 commit comments

Comments
 (0)