enable the "mem" feature of the compiler-builtins crate

turns out it *is* required if your application ends up requiring a `memcmp`
operation.
This commit is contained in:
Jorge Aparicio
2017-07-14 21:36:34 -05:00
parent 51f4b4e7ed
commit 67003f069c

View File

@@ -2,4 +2,5 @@
stage = 0
[dependencies.compiler_builtins]
features = ["mem"]
stage = 1