mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-06 08:36:52 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user