Remove rlibc and use compiler-builtins-mem feature (#865)

This commit is contained in:
Rob Gries
2020-10-02 17:14:25 -04:00
committed by GitHub
parent 49dce7ada7
commit 4e38e7ddf8
4 changed files with 1 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
[unstable]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
[build]
target = "x86_64-blog_os.json"