mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
29c8e50a10
libary: Forward compiler-builtins "asm" and "mangled-names" feature In principle this is a followup of rust-lang/rust#78472. In the previous PR was the support of the test crate missing. Now users will be able to do: ``` cargo build -Zbuild-std=core -Zbuild-std-features=compiler-builtins-asm ``` and correctly get the assembly implemenations for `memcpy` and friends. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |