Skip to content

Guide: Pointers: cruft removal + minor clarifications #18338

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

Merged
merged 2 commits into from
Nov 5, 2014

Conversation

chastell
Copy link
Contributor

This removes some leftover line-numbering cruft from elided error examples and brings some minor clarifications.

I’m not super happy about the ‘we cannot have two mutable pointers that point to the same memory’ wording (to the best of my understanding we can’t even have one mutable and one immutable), but other attempts to word this were derailing the flow a bit too much.

@rust-highfive
Copy link
Contributor

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

@chastell
Copy link
Contributor Author

chastell commented Nov 3, 2014

Does this mean I should rebase this PR onto the current master? (I’m perfectly happy to do this, I’m just not sure how significant the r+ attached to 97e7e3c is, and it will be lost.) :)

@alexcrichton
Copy link
Member

@chastell if you git rebase origin/master and then force-push this branch it should be good to go. Be sure to re-ping the PR though as sadly github doesn't send out notifications on force-pushes!

@chastell chastell force-pushed the guide_pointer_fixes branch from 97e7e3c to 9be04d5 Compare November 4, 2014 18:39
@chastell
Copy link
Contributor Author

chastell commented Nov 4, 2014

Rebased. :)

bors added a commit that referenced this pull request Nov 4, 2014
This removes some leftover line-numbering cruft from elided error examples and brings some minor clarifications.

I’m not super happy about the ‘we cannot have two mutable pointers that point to the same memory’ wording (to the best of my understanding we can’t even have one mutable and one immutable), but other attempts to word this were derailing the flow a bit too much.
@bors bors closed this Nov 5, 2014
@bors bors merged commit 9be04d5 into rust-lang:master Nov 5, 2014
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.

6 participants