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

Commits on Mar 17, 2015

  1. rust book: syntax simplications from (autoderef?)

    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.
    kjpgit committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    f2fe141 View commit details
    Browse the repository at this point in the history
  2. book: improve pointer box borrowing examples

    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 &*.
    kjpgit committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    1119254 View commit details
    Browse the repository at this point in the history