mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
e2979a8b8c
Moves into functions are typically implemented with pointer passing rather than memcpy's at the llvm-ir level, so allow moves into functions.