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

Implemented TypeFoldable for TypeErrors. #43128

Merged
merged 1 commit into from
Jul 9, 2017
Merged

Conversation

ibabushkin
Copy link
Contributor

This is quite handy in some user code, for instance to pull out type errors from an inference context when fresh_substs_for_item has been used before.

@rust-highfive
Copy link
Collaborator

r? @arielb1

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

@ibabushkin
Copy link
Contributor Author

r? @eddyb

@rust-highfive rust-highfive assigned eddyb and unassigned arielb1 Jul 8, 2017
@eddyb
Copy link
Member

eddyb commented Jul 8, 2017

@bors r+

@bors
Copy link
Contributor

bors commented Jul 8, 2017

📌 Commit 41e6210 has been approved by eddyb

@bors
Copy link
Contributor

bors commented Jul 9, 2017

⌛ Testing commit 41e6210 with merge 79f5c4e...

bors added a commit that referenced this pull request Jul 9, 2017
Implemented `TypeFoldable` for `TypeError`s.

This is quite handy in some user code, for instance to pull out type errors from an inference context when `fresh_substs_for_item` has been used before.
@bors
Copy link
Contributor

bors commented Jul 9, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: eddyb
Pushing 79f5c4e to master...

@bors bors merged commit 41e6210 into rust-lang:master Jul 9, 2017
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.

5 participants