2015-06-29 15:17:56 -04:00
|
|
|
|
% The Rust Pointer Guide
|
2015-01-09 19:47:09 +11:00
|
|
|
|
|
2015-06-29 15:17:56 -04:00
|
|
|
|
This content has been removed, with no direct replacement. Rust only
|
|
|
|
|
has two built-in pointer types now,
|
|
|
|
|
[references](book/references-and-borrowing.html) and [raw
|
|
|
|
|
pointers](book/raw-pointers.html). Older Rusts had many more pointer
|
|
|
|
|
types, they’re gone now.
|