mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
86e9995e7a
intrinsics: rename min_align_of to align_of Now that `pref_align_of` is gone (https://github.com/rust-lang/rust/pull/141803), we can give the intrinsic backing `align_of` its proper name. r? `@workingjubilee` or `@bjorn3`