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

Improve E0317 long diagnostics #31045

Merged
merged 1 commit into from
Jan 23, 2016
Merged

Conversation

Manishearth
Copy link
Member

I tried to add an inline span_suggestion() to the error as well, but since generics don't have their own span it becomes too fragile/complicated to work.

r? @steveklabnik

fixes #19477

@steveklabnik
Copy link
Member

@bors: r+ rollup

@bors
Copy link
Contributor

bors commented Jan 21, 2016

📌 Commit a6778a2 has been approved by steveklabnik

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jan 23, 2016
…veklabnik

I tried to add an inline `span_suggestion()` to the error as well, but since generics don't have their own span it becomes too fragile/complicated to work.

r? @steveklabnik

fixes rust-lang#19477
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jan 23, 2016
…veklabnik

I tried to add an inline `span_suggestion()` to the error as well, but since generics don't have their own span it becomes too fragile/complicated to work.

r? @steveklabnik

fixes rust-lang#19477
bors added a commit that referenced this pull request Jan 23, 2016
@bors bors merged commit a6778a2 into rust-lang:master Jan 23, 2016
@Manishearth Manishearth deleted the diag-prim-shadow branch December 2, 2016 19:03
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.

Unclear error : unable to infer enough type information about _
3 participants