]> git.lizzy.rs Git - rust.git/blob - src/doc/guide-pointers.md
Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obk
[rust.git] / src / doc / 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.