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

Mention that structs can contain &mut Ts #30699

Merged
merged 1 commit into from
Jan 7, 2016
Merged

Conversation

steveklabnik
Copy link
Member

Fixes #30254

@@ -88,6 +88,35 @@ fn main() {
}
```

Of course, your structure can still contain `&mut` pointers, which will let
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comma after "course" does not look right. Either remove it or re-do it like "Your structure can, of course, still...".

@apasel422
Copy link
Contributor

@bors: r+ rollup

@bors
Copy link
Contributor

bors commented Jan 5, 2016

📌 Commit 723ead6 has been approved by apasel422

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jan 5, 2016
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jan 5, 2016
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jan 6, 2016
bors added a commit that referenced this pull request Jan 6, 2016
@bors bors merged commit 723ead6 into rust-lang:master Jan 7, 2016
@steveklabnik steveklabnik deleted the gh30254 branch June 19, 2016 20:30
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