add the mem feature back to compiler-builtins/Cargo.toml

this was removed by accident before, and only discovered now that we're syncing with the main repo
This commit is contained in:
Folkert de Vries
2026-04-23 00:58:43 +02:00
parent 90a0227843
commit ca43552c13
@@ -50,6 +50,7 @@ compiler-builtins = ["dep:core", "unmangled-names"]
# Enable `no_mangle` symbols for memory-related intrinsics like memcpy. The
# mangled versions are always available.
mem = []
# Enable `no_mangle` symbols so this crate gets used as the runtime intrinsic
# implementation. Leave this disabled for testing to avoid conflicting with