mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-11 06:37:57 +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`
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.