Uh oh!
There was an error while loading. Please reload this page.
Fix borrowck compiler errors for upvars contain "spurious" dereferences - #46087
Merged
Conversation
vramanaforce-pushed
the
fix-46003
branch
2 times, most recently
from
November 18, 2017 23:05
fe6b3bf to
9c9d094Comparenikomatsakis
approved these changes
Nov 19, 2017
Contributor
nikomatsakis
approved these changes
Nov 19, 2017
nikomatsakis
commented
Nov 19, 2017
Contributor
@bors r+ We'll let the paren thing sort itself out in rebasing. =) |
bors
commented
Nov 19, 2017
Collaborator
📌 Commit 9c9d094 has been approved by |
bors
commented
Nov 22, 2017
Collaborator
☔ The latest upstream changes (presumably #46040) made this pull request unmergeable. Please resolve the merge conflicts. |
nikomatsakis
commented
Nov 22, 2017
Contributor
Needs rebase. =) |
vramanaforce-pushed
the
fix-46003
branch
2 times, most recently
from
November 23, 2017 08:50
4be9b35 to
5cf3e2eComparevramana
commented
Nov 23, 2017
ContributorAuthor
@nikomatsakis Done. |
vramana
commented
Nov 23, 2017
ContributorAuthor
@nikomatsakis Seems like an unrelated build failure. |
arielb1
commented
Nov 23, 2017
Contributor
You accidentally pushed a submodule update, please fix that |
arielb1
commented
Nov 23, 2017
Contributor
@bors r+ |
bors
commented
Nov 23, 2017
Collaborator
📌 Commit 392e513 has been approved by |
arielb1
commented
Nov 23, 2017
Contributor
@bors r+ |
bors
commented
Nov 23, 2017
Collaborator
📌 Commit d059b57 has been approved by |
bors
commented
Nov 23, 2017
Collaborator
bors added a commit
that referenced
this pull request
Nov 23, 2017
Fix borrowck compiler errors for upvars contain "spurious" dereferences Fixes#46003
bors
commented
Nov 23, 2017
Collaborator
☀️ Test successful - status-appveyor, status-travis |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes#46003