Skip to content

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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