mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
38db483af7
Add `ptr::Alignment` type Essentially no new code here, just exposing the previously-`pub(crate)` `ValidAlign` type under the name from the ACP. ACP: https://github.com/rust-lang/libs-team/issues/108 Tracking Issue: https://github.com/rust-lang/rust/issues/102070 r? ``@ghost``