]> git.lizzy.rs Git - rust.git/commit
auto merge of #16614 : cdwort/rust/pointer-guide-typo, r=steveklabnik
authorbors <bors@rust-lang.org>
Wed, 20 Aug 2014 06:15:58 +0000 (06:15 +0000)
committerbors <bors@rust-lang.org>
Wed, 20 Aug 2014 06:15:58 +0000 (06:15 +0000)
commitb8e9bbf79361ff8249b29acc671301b98706a982
treeda480217740a9090a1aadb6299c62f86e6c53364
parent4be4ea7bb00c343e7199dc5dcc059f911f33a0c6
parent0493fb2cfc762b1bd4efcc6a48173dc2721ff1b1
auto merge of #16614 : cdwort/rust/pointer-guide-typo, r=steveklabnik

This appears to be a minor typo. This example implies that x is mutable otherwise the compiler would error on the line before the comment implies.

Please let me know if I'm missing something - I'd love to learn what I got wrong!