mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-05 00:38:14 +00:00
Rather than referencing a slice's pointer and then creating a new slice with a longer length, offset from the base structure pointer instead. This makes some choices of Rust semantics happier.