mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 10:37:25 +00:00
Moves into functions are typically implemented with pointer passing rather than memcpy's at the llvm-ir level, so allow moves into functions.
Moves into functions are typically implemented with pointer passing rather than memcpy's at the llvm-ir level, so allow moves into functions.