]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #15789 : steveklabnik/rust/guide_pointers, r=cmr
authorbors <bors@rust-lang.org>
Sat, 26 Jul 2014 00:46:16 +0000 (00:46 +0000)
committerbors <bors@rust-lang.org>
Sat, 26 Jul 2014 00:46:16 +0000 (00:46 +0000)
This is super, super WIP, but I'm going to go get lunch for a while, and figured I'd toss my work up here in case anyone wants to see my work as I do it.

This contains a new introductory section explaining the basics of pointers, and some pitfalls that Rust attempts to solve. I'd be interested in hearing how my explanation is, as well as if this belongs here. Pointers are such a crucial concept, I don't mind having a beginners' section on them in the main docs, even though our main audience is supposed to understand them already. Reasonable people may disagree, however.


Trivial merge