Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust book: syntax simplications from (autoderef?) #23445

Closed
wants to merge 2 commits into from
Closed

rust book: syntax simplications from (autoderef?) #23445

wants to merge 2 commits into from

Conversation

kjpgit
Copy link
Contributor

@kjpgit kjpgit commented Mar 17, 2015

Not sure what the technical underpinnings are, but Box and Rc seem to
work fine with a simple & now.

This patch just points out areas that could be fixed, but does not
suggest a final wording.

Not sure what the technical underpinnings are, but Box and Rc seem to
work fine with a simple & now.

This patch just points out areas that could be fixed, but does not
suggest a final wording.
@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @huonw (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see CONTRIBUTING.md for more information.

These two borrowing examples were confusing/misleading.  This changes it
to more clearly show how you _can_ borrow a box, and also uses & instead
of &*.
@bors
Copy link
Contributor

bors commented Mar 28, 2015

☔ The latest upstream changes (presumably #23796) made this pull request unmergeable. Please resolve the merge conflicts.

@kjpgit kjpgit closed this Apr 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants