mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-11 14:48:41 +00:00

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`
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.