]> git.lizzy.rs Git - rust.git/blob - guide-pointers.md
bafdb2fe0bbc3790867d1e8a117226f033c298ae
[rust.git] / guide-pointers.md
1 % The Rust Pointer Guide
2
3 This content has been removed, with no direct replacement. Rust only
4 has two built-in pointer types now,
5 [references](book/ch04-02-references-and-borrowing.html) and [raw
6 pointers](book/raw-pointers.html). Older Rusts had many more pointer
7 types, they’re gone now.