mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
3ddfd97198
Move a few intrinsics to Rust abi Move a few more intrinsic functions to the convention added in #121192. In the second commit, I added documentation about their safety requirements. Let me know if you would like me to move the second commit to a different PR. Note: I kept the same signature of `pref_align_of`, but I was wondering why this function is considered unsafe?