Skip to content

rustc: Remove used_mut_nodes from TyCtxt #45283

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Oct 16, 2017

Conversation

alexcrichton
Copy link
Member

This updates the borrowck query to return a result, and this result is then used
to incrementally check for unused mutable nodes given sets of all the used
mutable nodes.

Closes #42384

@alexcrichton
Copy link
Member Author

r? @nikomatsakis

@rust-highfive
Copy link
Contributor

r? @pnkfelix

(rust_highfive has picked a reviewer for you, use r? to override)

This updates the borrowck query to return a result, and this result is then used
to incrementally check for unused mutable nodes given sets of all the used
mutable nodes.

Closes rust-lang#42384
@arielb1
Copy link
Contributor

arielb1 commented Oct 15, 2017

@bors r+

@bors
Copy link
Collaborator

bors commented Oct 15, 2017

📌 Commit 4df1278 has been approved by arielb1

@kennytm kennytm added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Oct 15, 2017
@bors
Copy link
Collaborator

bors commented Oct 16, 2017

⌛ Testing commit 4df1278 with merge fdec805...

bors added a commit that referenced this pull request Oct 16, 2017
rustc: Remove `used_mut_nodes` from `TyCtxt`

This updates the borrowck query to return a result, and this result is then used
to incrementally check for unused mutable nodes given sets of all the used
mutable nodes.

Closes #42384
@bors
Copy link
Collaborator

bors commented Oct 16, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: arielb1
Pushing fdec805 to master...

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants