Rust logo
Rust 1.28.0
1a3f4b9b9

The Rust Pointer Guide

This content has been removed, with no direct replacement. Rust only has two built-in pointer types now, references and raw pointers. Older Rusts had many more pointer types, they’re gone now.