Skip to content

Commit 67003f0

Browse files
committed
enable the "mem" feature of the compiler-builtins crate
turns out it *is* required if your application ends up requiring a `memcmp` operation.
1 parent 51f4b4e commit 67003f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Xargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
stage = 0
33

44
[dependencies.compiler_builtins]
5+
features = ["mem"]
56
stage = 1

0 commit comments

Comments
 (0)