summaryrefslogtreecommitdiffstats
path: root/src/doc/guide-pointers.md
blob: bafdb2fe0bbc3790867d1e8a117226f033c298ae (plain)
1
2
3
4
5
6
7
% The Rust Pointer Guide

This content has been removed, with no direct replacement. Rust only
has two built-in pointer types now,
[references](book/ch04-02-references-and-borrowing.html) and [raw
pointers](book/raw-pointers.html). Older Rusts had many more pointer
types, they’re gone now.