rust/src/doc/guide-pointers.md

8 lines
293 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% The Rust Pointer Guide
This content has been removed, with no direct replacement. Rust only
has two built-in pointer types now,
[references](book/ch04-02-references-and-borrowing.html) and [raw
pointers](book/raw-pointers.html). Older Rusts had many more pointer
types, theyre gone now.