2015-06-29 14:17:56 -05:00
|
|
|
|
% The Rust Pointer Guide
|
2015-01-09 02:47:09 -06:00
|
|
|
|
|
2015-06-29 14:17:56 -05: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.
|