mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
eab201df70
Make copy/copy_nonoverlapping fn's again Make copy/copy_nonoverlapping fn's again, rather than intrinsics. This a short-term change to address issue #84297. It effectively reverts PRs #81167 #81238 (and part of #82967), #83091, and parts of #79684.