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

Opaque type locations in error message for clarity. #64157

Merged
merged 1 commit into from
Sep 5, 2019

Conversation

gilescope
Copy link
Contributor

Attempts to fix #63167

@rust-highfive
Copy link
Collaborator

r? @cramertj

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

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 4, 2019
@cramertj
Copy link
Member

cramertj commented Sep 4, 2019

This looks like a nice improvement, thanks!

@bors r+

@bors
Copy link
Contributor

bors commented Sep 4, 2019

📌 Commit fe2c6b1 has been approved by cramertj

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 4, 2019
Centril added a commit to Centril/rust that referenced this pull request Sep 5, 2019
…ramertj

Opaque type locations in error message for clarity.

Attempts to fix rust-lang#63167
@Centril
Copy link
Contributor

Centril commented Sep 5, 2019

@bors r=cramertj,Centril

@bors
Copy link
Contributor

bors commented Sep 5, 2019

📌 Commit 9483db5 has been approved by cramertj,Centril

Centril added a commit to Centril/rust that referenced this pull request Sep 5, 2019
…ramertj,Centril

Opaque type locations in error message for clarity.

Attempts to fix rust-lang#63167
Centril added a commit to Centril/rust that referenced this pull request Sep 5, 2019
…ramertj,Centril

Opaque type locations in error message for clarity.

Attempts to fix rust-lang#63167
bors added a commit that referenced this pull request Sep 5, 2019
Rollup of 11 pull requests

Successful merges:

 - #62848 (Use unicode-xid crate instead of libcore)
 - #63774 (Fix `window.hashchange is not a function`)
 - #63930 (Account for doc comments coming from proc macros without spans)
 - #64003 (place: Passing `align` = `layout.align.abi`, when also passing `layout`)
 - #64030 (Fix unlock ordering in SGX synchronization primitives)
 - #64041 (use TokenStream rather than &[TokenTree] for built-in macros)
 - #64051 (Add x86_64-linux-kernel target)
 - #64063 (Fix const_err with `-(-0.0)`)
 - #64083 (Point at appropriate arm on type error on if/else/match with one non-! arm)
 - #64100 (Fix const eval bug breaking run-pass tests in Miri)
 - #64157 (Opaque type locations in error message for clarity.)

Failed merges:

r? @ghost
@bors bors merged commit 9483db5 into rust-lang:master Sep 5, 2019
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.

Confusing error message with type unification of impl Traits
5 participants