]> git.proxmox.com Git - rustc.git/blame - src/doc/guide-pointers.md
Imported Upstream version 1.3.0+dfsg1
[rustc.git] / src / doc / guide-pointers.md
CommitLineData
c1a9b12d 1% The Rust Pointer Guide
85aaf69f 2
c1a9b12d
SL
3This content has been removed, with no direct replacement. Rust only
4has two built-in pointer types now,
5[references](book/references-and-borrowing.html) and [raw
6pointers](book/raw-pointers.html). Older Rusts had many more pointer
7types, they’re gone now.