mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
48ec50ae39
Document `Pin` memory layout The fact that `Pin` is `#[repr(transparent)]` technically isn't documented anywhere currently. I don't see any reason why `Pin`'s layout would ever change, so this PR codifies it. `@rustbot` label +T-libs-api -T-libs +A-docs +A-layout +A-pin