Skip to content

Workaround internal compiler error #87

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

Merged
merged 1 commit into from
Feb 4, 2015

Conversation

milibopp
Copy link
Collaborator

@milibopp milibopp commented Feb 3, 2015

The associated type bound here is not interpreted correctly. This is likely due to the ICE described in rust-lang/rust#20413.

Note, that this may lead to a loss of type inference using that function.

The associated type bound here was not parsed correctly. This is likely due to
the ICE described in rust-lang/rust#20413.
@milibopp
Copy link
Collaborator Author

milibopp commented Feb 4, 2015

The failure is an upstream bug in quickcheck. Build needs to be triggered again.

sebcrozet added a commit that referenced this pull request Feb 4, 2015
Workaround internal compiler error.
@sebcrozet sebcrozet merged commit 316298f into dimforge:master Feb 4, 2015
@sebcrozet
Copy link
Member

Thanks! I don't think that loosing type inference temporarily for this function is too problematic.

@milibopp milibopp deleted the workaround-ice branch February 4, 2015 21:25
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.

2 participants