rust/src/doc/guide-pointers.md
Steve Klabnik 8d6b5689fb Change removal notice for pointer guide.
This is a bit outdated.
2015-06-29 15:18:00 -04:00

285 B
Raw Blame History

% The Rust Pointer Guide

This content has been removed, with no direct replacement. Rust only has two built-in pointer types now, references and raw pointers. Older Rusts had many more pointer types, theyre gone now.