From 67003f069cfa587ae3803af206e93f0f35d2a16b Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 14 Jul 2017 21:36:34 -0500 Subject: [PATCH] enable the "mem" feature of the compiler-builtins crate turns out it *is* required if your application ends up requiring a `memcmp` operation. --- Xargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Xargo.toml b/Xargo.toml index bd7ffe0..89ad4cd 100644 --- a/Xargo.toml +++ b/Xargo.toml @@ -2,4 +2,5 @@ stage = 0 [dependencies.compiler_builtins] +features = ["mem"] stage = 1 \ No newline at end of file