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

Issue #9629 -- permit freezing &mut found within an & pointer #10787

Merged
merged 5 commits into from Dec 11, 2013

Conversation

nikomatsakis
Copy link
Contributor

See #9629 for details.

r? @pnkfelix

@nikomatsakis
Copy link
Contributor Author

Fixes #9629


Let's examine the two numbered clauses:

Clause (1) specifies that tThe lifetime of the loan (`LT`) cannot
Copy link
Contributor

Choose a reason for hiding this comment

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

Spelling: "tThe"

bors added a commit that referenced this pull request Dec 8, 2013
@@ -670,21 +671,15 @@ impl BorrowckCtxt {
// supposed to be going away.
format!("unsafe borrow of aliasable, const value")
}
err_mut_pointer_too_short(_, _, r) => {
err_borrowed_pointer_too_short(_, _, r) => {
Copy link
Member

Choose a reason for hiding this comment

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

unused variable error on r is getting flagged here.

bors added a commit that referenced this pull request Dec 11, 2013
@bors bors merged commit fc74d64 into rust-lang:master Dec 11, 2013
@nikomatsakis nikomatsakis deleted the issue-9629-freeze-andmut branch March 30, 2016 16:16
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.

None yet

5 participants