Skip to content

Nightly panics on an unused type parameter when lifetimes are involved? #36299

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

Closed
cdbfoster opened this issue Sep 6, 2016 · 2 comments
Closed
Labels
I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️

Comments

@cdbfoster
Copy link

This causes a panic with the nightly compiler: https://is.gd/OAufPJ
The stable compiler correctly reports an error about the unused type parameter.

@cdbfoster
Copy link
Author

Even more succinctly: https://is.gd/jFGYBg

@TimNN
Copy link
Contributor

TimNN commented Sep 6, 2016

nightly-2016-09-03 is still good, nightly-2016-09-04 causes the ICE, changes.

@bluss bluss added the I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ label Sep 6, 2016
bors added a commit that referenced this issue Sep 7, 2016
re-add accidentally removed line in wfcheck

Fixes #36299, introduced in #36119.

r? @eddyb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Projects
None yet
Development

No branches or pull requests

3 participants