A dependency on compiler_builtins is now automatically injected (#426)

This commit is contained in:
Philipp Oppermann
2018-04-08 11:51:16 +02:00
committed by GitHub
parent 6d0f103c16
commit dcf8b7767c
4 changed files with 27 additions and 31 deletions

6
Xargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[dependencies.core]
stage = 0
[dependencies.compiler_builtins]
features = ["mem"]
stage = 1