Document layout equivalences for pointer types We guarantee various things about the layout of pointers and references, but we'd made no guarantees of equivalence between two pointers to distinct unsized types that differ in the unsized tail. Let's make some useful guarantees about this.
This document is the primary reference for the Rust programming language.
See the Reference Developer Guide for information on contributing to the Reference.