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

fix DFS for region error reporting #33539

Merged
merged 1 commit into from May 11, 2016

Conversation

Projects
None yet
4 participants
@nikomatsakis
Copy link
Contributor

nikomatsakis commented May 10, 2016

This was causing terrible error reports, because the algorithm was incorrectly identifying the constraints.

r? @eddyb

fix DFS for region error reporting
This was causing terrible error reports, because the algorithm was
incorrectly identifying the constraints.
@nikomatsakis

This comment has been minimized.

Copy link
Contributor Author

nikomatsakis commented May 10, 2016

well, maybe

r? @pnkfelix

@rust-highfive rust-highfive assigned pnkfelix and unassigned eddyb May 10, 2016

@nikomatsakis

This comment has been minimized.

Copy link
Contributor Author

nikomatsakis commented May 10, 2016

since I don't think @eddyb knows this code in particular

@pnkfelix

This comment has been minimized.

Copy link
Member

pnkfelix commented May 10, 2016

@bors r+ rollup

@bors

This comment has been minimized.

Copy link
Contributor

bors commented May 10, 2016

📌 Commit de0906f has been approved by pnkfelix

steveklabnik added a commit to steveklabnik/rust that referenced this pull request May 10, 2016

Rollup merge of rust-lang#33539 - nikomatsakis:static-error, r=pnkfelix
fix DFS for region error reporting

This was causing terrible error reports, because the algorithm was incorrectly identifying the constraints.

r? @eddyb

bors added a commit that referenced this pull request May 10, 2016

Auto merge of #33548 - steveklabnik:rollup, r=steveklabnik
Rollup of 9 pull requests

- Successful merges: #33129, #33260, #33342, #33345, #33386, #33524, #33528, #33539, #33542
- Failed merges:

steveklabnik added a commit to steveklabnik/rust that referenced this pull request May 10, 2016

Rollup merge of rust-lang#33539 - nikomatsakis:static-error, r=pnkfelix
fix DFS for region error reporting

This was causing terrible error reports, because the algorithm was incorrectly identifying the constraints.

r? @eddyb

bors added a commit that referenced this pull request May 11, 2016

Auto merge of #33551 - steveklabnik:rollup, r=steveklabnik
Rollup of 8 pull requests

- Successful merges: #33260, #33342, #33345, #33386, #33524, #33528, #33539, #33542
- Failed merges:

steveklabnik added a commit to steveklabnik/rust that referenced this pull request May 11, 2016

Rollup merge of rust-lang#33539 - nikomatsakis:static-error, r=pnkfelix
fix DFS for region error reporting

This was causing terrible error reports, because the algorithm was incorrectly identifying the constraints.

r? @eddyb

bors added a commit that referenced this pull request May 11, 2016

Auto merge of #33556 - steveklabnik:rollup, r=steveklabnik
Rollup of 9 pull requests

- Successful merges: #33129, #33260, #33345, #33386, #33522, #33524, #33528, #33539, #33542
- Failed merges: #33342, #33475, #33517

@bors bors merged commit de0906f into rust-lang:master May 11, 2016

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

@nikomatsakis nikomatsakis deleted the nikomatsakis:static-error branch Oct 3, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.